summaryrefslogtreecommitdiff
path: root/cui/source/options/optsave.cxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2010-11-14 21:02:14 +0000
committerCaolán McNamara <caolanm@redhat.com>2010-11-14 21:02:14 +0000
commit0dbbebb29d5cb1bf579dff1bf4860eb4cd0fc6fd (patch)
treeff3f167c3abedda4a33897c445a563ab00a375b7 /cui/source/options/optsave.cxx
parentfd0a0308b1c266977beb5f331c77808c45efad7e (diff)
Misuse of RTL_CONSTASCII_STRINGPARAM instead of RTL_CONSTASCII_USTRINGPARAM
Diffstat (limited to 'cui/source/options/optsave.cxx')
-rw-r--r--cui/source/options/optsave.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/cui/source/options/optsave.cxx b/cui/source/options/optsave.cxx
index 6a4cfc74f47f..1e7720c37dd5 100644
--- a/cui/source/options/optsave.cxx
+++ b/cui/source/options/optsave.cxx
@@ -73,7 +73,7 @@ using namespace comphelper;
using rtl::OUString;
#define C2U(cChar) OUString::createFromAscii(cChar)
-#define C2S(cChar) String( RTL_CONSTASCII_STRINGPARAM(cChar) )
+#define C2S(cChar) String( RTL_CONSTASCII_USTRINGPARAM(cChar) )
#define CFG_PAGE_AND_GROUP C2S("General"), C2S("LoadSave")
// !! you have to update these index, if you changed the list of the child windows !!
#define WININDEX_AUTOSAVE ((USHORT)6)