summaryrefslogtreecommitdiff
path: root/unotools/source/config/optionsdlg.cxx
diff options
context:
space:
mode:
authorChr. Rossmanith <ChrRossmanith@gmx.de>2013-03-10 20:44:01 +0100
committerChr. Rossmanith <ChrRossmanith@gmx.de>2013-03-11 14:01:05 +0100
commit407b51db1831bb2cf21def88241323e35c612005 (patch)
tree4ae9575d8c0e5b37a67408ff26ac166d9563cfdd /unotools/source/config/optionsdlg.cxx
parent0b4b37ac7bfe0a6177641f534df1afbb4a911059 (diff)
Remove RTL_CONSTASCII_STRINGPARAM (unotools)
Change-Id: I2911e50ddcd007d80498b9d65efd14368ac3baca
Diffstat (limited to 'unotools/source/config/optionsdlg.cxx')
-rw-r--r--unotools/source/config/optionsdlg.cxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/unotools/source/config/optionsdlg.cxx b/unotools/source/config/optionsdlg.cxx
index 69928e52d0d9..ed16db9ac9bc 100644
--- a/unotools/source/config/optionsdlg.cxx
+++ b/unotools/source/config/optionsdlg.cxx
@@ -35,11 +35,11 @@ using namespace com::sun::star::uno;
using ::rtl::OUString;
-#define CFG_FILENAME OUString( RTL_CONSTASCII_USTRINGPARAM( "Office.OptionsDialog" ) )
-#define ROOT_NODE OUString( RTL_CONSTASCII_USTRINGPARAM( "OptionsDialogGroups" ) )
-#define PAGES_NODE OUString( RTL_CONSTASCII_USTRINGPARAM( "Pages" ) )
-#define OPTIONS_NODE OUString( RTL_CONSTASCII_USTRINGPARAM( "Options" ) )
-#define PROPERTY_HIDE OUString( RTL_CONSTASCII_USTRINGPARAM( "Hide" ) )
+#define CFG_FILENAME OUString( "Office.OptionsDialog" )
+#define ROOT_NODE OUString( "OptionsDialogGroups" )
+#define PAGES_NODE OUString( "Pages" )
+#define OPTIONS_NODE OUString( "Options" )
+#define PROPERTY_HIDE OUString( "Hide" )
static SvtOptionsDlgOptions_Impl* pOptions = NULL;
static sal_Int32 nRefCount = 0;
@@ -95,7 +95,7 @@ namespace
SvtOptionsDlgOptions_Impl::SvtOptionsDlgOptions_Impl()
: ConfigItem( OUString( CFG_FILENAME ) ),
- m_sPathDelimiter( RTL_CONSTASCII_USTRINGPARAM( "/" ) ),
+ m_sPathDelimiter( "/" ),
m_aOptionNodeList( OptionNodeList() )
{