From 30798fbedb93bca8988ca3a0f626dedc3df052d3 Mon Sep 17 00:00:00 2001 From: Miklos Vajna Date: Tue, 15 Jan 2013 21:32:31 +0100 Subject: sw: kill no longer needed ASCII_STR() define Change-Id: Id7f221ba96594502d04bba05375cba03b0f36970 --- sw/source/ui/config/optcomp.cxx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'sw') diff --git a/sw/source/ui/config/optcomp.cxx b/sw/source/ui/config/optcomp.cxx index 8fe63fd682a1..6d562702ecb5 100644 --- a/sw/source/ui/config/optcomp.cxx +++ b/sw/source/ui/config/optcomp.cxx @@ -39,12 +39,10 @@ using namespace ::com::sun::star::beans; using namespace ::com::sun::star::document; using namespace ::com::sun::star::uno; -using ::rtl::OUString; using namespace ::std; -#define ASCII_STR(s) OUString( RTL_CONSTASCII_USTRINGPARAM( s ) ) #define DEFAULT_ENTRY COMPATIBILITY_DEFAULT_NAME -#define USER_ENTRY ASCII_STR( "_user" ) +#define USER_ENTRY "_user" #define BUTTON_BORDER 2 // struct CompatibilityItem ---------------------------------------------- -- cgit