cui/source/dialogs/showcols.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
New commits: commit e2f9ed24b6d0e61e6467cd89ad893cf1a3ea9485 Author: Miklos Vajna <[email protected]> Date: Tue Feb 12 17:16:25 2013 +0100 cui: kill RTL_CONSTASCII_USTRINGPARAM in macros Change-Id: I4d6b7760f9c6901c5c42070bedc8fbbec79215d0 diff --git a/cui/source/dialogs/showcols.cxx b/cui/source/dialogs/showcols.cxx index 321dc12..3ce21e7 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 _______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
