[Libreoffice-commits] .: sw/source

Miklos Vajna vmiklos at suse.cz
Fri Feb 1 02:44:06 PST 2013


 sw/source/ui/shells/grfsh.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 52c2de966b4f24a1ac997370efa517b1916ade33
Author: Miklos Vajna <vmiklos at suse.cz>
Date:   Fri Feb 1 11:42:47 2013 +0100

    sw: clean up TOOLBOX_NAME define
    
    Change-Id: Ida6b3820989acaa2f1bac43aa40276eaa12c8aae

diff --git a/sw/source/ui/shells/grfsh.cxx b/sw/source/ui/shells/grfsh.cxx
index 18665c3..be7cb40 100644
--- a/sw/source/ui/shells/grfsh.cxx
+++ b/sw/source/ui/shells/grfsh.cxx
@@ -69,7 +69,7 @@
 
 #include "swabstdlg.hxx"
 
-#define TOOLBOX_NAME    ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "colorbar" ) )
+#define TOOLBOX_NAME "colorbar"
 
 class SwExternalToolEdit : public ExternalToolEdit
 {


More information about the Libreoffice-commits mailing list