diff options
author | Miklos Vajna <vmiklos@suse.cz> | 2013-02-12 17:16:25 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@suse.cz> | 2013-02-12 17:16:34 +0100 |
commit | e2f9ed24b6d0e61e6467cd89ad893cf1a3ea9485 (patch) | |
tree | 03e89e204b48cdc0649fb5567a29c787f076f375 /cui/source/dialogs | |
parent | d884f8f65cc73cf932cde1e40cadf13556a7d44e (diff) |
cui: kill RTL_CONSTASCII_USTRINGPARAM in macros
Change-Id: I4d6b7760f9c6901c5c42070bedc8fbbec79215d0
Diffstat (limited to 'cui/source/dialogs')
-rw-r--r-- | cui/source/dialogs/showcols.cxx | 4 |
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 |