Kaydet (Commit) e2f9ed24 authored tarafından Miklos Vajna's avatar Miklos Vajna

cui: kill RTL_CONSTASCII_USTRINGPARAM in macros

Change-Id: I4d6b7760f9c6901c5c42070bedc8fbbec79215d0
üst d884f8f6
...@@ -27,8 +27,8 @@ ...@@ -27,8 +27,8 @@
#include <comphelper/extract.hxx> #include <comphelper/extract.hxx>
#include <comphelper/types.hxx> #include <comphelper/types.hxx>
#define CUIFM_PROP_HIDDEN rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "Hidden" ) ) #define CUIFM_PROP_HIDDEN "Hidden"
#define CUIFM_PROP_LABEL rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "Label" ) ) #define CUIFM_PROP_LABEL "Label"
//========================================================================== //==========================================================================
// FmShowColsDialog // FmShowColsDialog
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment