sw/source/ui/config/optcomp.cxx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-)
New commits: commit 30798fbedb93bca8988ca3a0f626dedc3df052d3 Author: Miklos Vajna <vmik...@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 ---------------------------------------------- _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits