cui: kill RTL_CONSTASCII_USTRINGPARAM in macros
Change-Id: I4d6b7760f9c6901c5c42070bedc8fbbec79215d0
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user