[Libreoffice-commits] .: sw/source

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Tue Jan 15 12:38:23 PST 2013


 sw/source/ui/config/optcomp.cxx |    4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

New commits:
commit 30798fbedb93bca8988ca3a0f626dedc3df052d3
Author: Miklos Vajna <vmiklos at suse.cz>
Date:   Tue Jan 15 21:32:31 2013 +0100

    sw: kill no longer needed ASCII_STR() define
    
    Change-Id: Id7f221ba96594502d04bba05375cba03b0f36970

diff --git a/sw/source/ui/config/optcomp.cxx b/sw/source/ui/config/optcomp.cxx
index 8fe63fd..6d56270 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 ----------------------------------------------


More information about the Libreoffice-commits mailing list