summaryrefslogtreecommitdiffstats
path: root/cui
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@suse.cz>2013-02-12 17:16:25 +0100
committerMiklos Vajna <vmiklos@suse.cz>2013-02-12 17:16:34 +0100
commite2f9ed24b6d0e61e6467cd89ad893cf1a3ea9485 (patch)
tree03e89e204b48cdc0649fb5567a29c787f076f375 /cui
parentSwFrmDlg: initial gradient background UI (diff)
downloadcore-e2f9ed24b6d0e61e6467cd89ad893cf1a3ea9485.tar.gz
core-e2f9ed24b6d0e61e6467cd89ad893cf1a3ea9485.zip
cui: kill RTL_CONSTASCII_USTRINGPARAM in macros
Change-Id: I4d6b7760f9c6901c5c42070bedc8fbbec79215d0
Diffstat (limited to 'cui')
-rw-r--r--cui/source/dialogs/showcols.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/cui/source/dialogs/showcols.cxx b/cui/source/dialogs/showcols.cxx
index 321dc12ebaca..3ce21e70739b 100644
--- a/cui/source/dialogs/showcols.cxx
+++ b/cui/source/dialogs/showcols.cxx
@@ -27,8 +27,8 @@
#include <comphelper/extract.hxx>
#include <comphelper/types.hxx>
-#define CUIFM_PROP_HIDDEN rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "Hidden" ) )
-#define CUIFM_PROP_LABEL rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "Label" ) )
+#define CUIFM_PROP_HIDDEN "Hidden"
+#define CUIFM_PROP_LABEL "Label"
//==========================================================================
// FmShowColsDialog