summaryrefslogtreecommitdiff
path: root/unotools/source/config/defaultoptions.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'unotools/source/config/defaultoptions.cxx')
-rw-r--r--unotools/source/config/defaultoptions.cxx4
1 files changed, 1 insertions, 3 deletions
diff --git a/unotools/source/config/defaultoptions.cxx b/unotools/source/config/defaultoptions.cxx
index 227e858cf32f..418854443ef9 100644
--- a/unotools/source/config/defaultoptions.cxx
+++ b/unotools/source/config/defaultoptions.cxx
@@ -40,8 +40,6 @@ using ::rtl::OUString;
// define ----------------------------------------------------------------
-#define ASCII_STR(s) OUString( RTL_CONSTASCII_USTRINGPARAM(s) )
-
#define DEFAULTPATH__ADDIN 0
#define DEFAULTPATH__AUTOCORRECT 1
#define DEFAULTPATH__AUTOTEXT 2
@@ -219,7 +217,7 @@ String SvtDefaultOptions_Impl::GetDefaultPath( sal_uInt16 nId ) const
// -----------------------------------------------------------------------
-SvtDefaultOptions_Impl::SvtDefaultOptions_Impl() : ConfigItem( ASCII_STR("Office.Common/Path/Default") )
+SvtDefaultOptions_Impl::SvtDefaultOptions_Impl() : ConfigItem( "Office.Common/Path/Default" )
{
Sequence< OUString > aNames = GetDefaultPropertyNames();
Sequence< Any > aValues = GetProperties( aNames );