[Libreoffice-commits] .: framework/source

Caolán McNamara caolan at kemper.freedesktop.org
Thu Nov 11 07:39:36 PST 2010


 framework/source/uiconfiguration/imagemanagerimpl.cxx |    6 ------
 1 file changed, 6 deletions(-)

New commits:
commit 2642d9c54190faae64a37c1428f68a64d8cd696c
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Thu Nov 11 15:31:34 2010 +0000

    fix compile error, presumably this is right

diff --git a/framework/source/uiconfiguration/imagemanagerimpl.cxx b/framework/source/uiconfiguration/imagemanagerimpl.cxx
index c27a596..94f462a 100644
--- a/framework/source/uiconfiguration/imagemanagerimpl.cxx
+++ b/framework/source/uiconfiguration/imagemanagerimpl.cxx
@@ -99,16 +99,12 @@ static const char*  IMAGELIST_XML_FILE[]  =
 {
     "sc_imagelist.xml",
     "lc_imagelist.xml",
-    "sch_imagelist.xml",
-    "lch_imagelist.xml"
 };
 
 static const char*  BITMAP_FILE_NAMES[]   =
 {
     "sc_userimages.png",
     "lc_userimages.png",
-    "sch_userimages.png",
-    "lch_userimages.png"
 };
 
 namespace framework
@@ -120,8 +116,6 @@ namespace framework
     {
         "res/commandimagelist/sc_",
         "res/commandimagelist/lc_",
-        "res/commandimagelist/sch_",
-        "res/commandimagelist/lch_"
     };
 
 typedef GraphicNameAccess CmdToXGraphicNameAccess;


More information about the Libreoffice-commits mailing list