[libreoffice/f17] need RTL_CONSTASCII_STRINGPARAM

Caolán McNamara caolanm at fedoraproject.org
Mon Oct 22 15:13:16 UTC 2012


commit 6df0d7b260b7758822a68474c30927e0f63fcae5
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Mon Oct 22 16:13:13 2012 +0100

    need RTL_CONSTASCII_STRINGPARAM

 ...bz-868479-fdo-56281-doubled-in-German-ok-.patch |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/0001-Resolves-rhbz-868479-fdo-56281-doubled-in-German-ok-.patch b/0001-Resolves-rhbz-868479-fdo-56281-doubled-in-German-ok-.patch
index 068d141..98b67e3 100644
--- a/0001-Resolves-rhbz-868479-fdo-56281-doubled-in-German-ok-.patch
+++ b/0001-Resolves-rhbz-868479-fdo-56281-doubled-in-German-ok-.patch
@@ -37,7 +37,7 @@ index 373143b..d2336ec 100644
 +            // Windows (apparently) has some magic auto-accelerator evil around
 +            // ok / cancel so add accelerators only for Unix
 +            if (aText.Search('~') == STRING_NOTFOUND)
-+                aText.Insert(rtl::OUString("~"), 0);
++                aText.Insert(rtl::OUString(RTL_CONSTASCII_STRINGPARAM("~")), 0);
  #endif
 +        }
      }


More information about the scm-commits mailing list