summaryrefslogtreecommitdiff
path: root/framework
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2010-11-11 15:31:34 +0000
committerCaolán McNamara <caolanm@redhat.com>2010-11-11 15:31:34 +0000
commit537920aeb10f0304594f14094dcfc715ce8e7476 (patch)
treec2b3ca4de0d45acfee5812ecc5d18115b5dd5576 /framework
parentc938545d5227808749fdca4f05dd0dcc8303f632 (diff)
fix compile error, presumably this is right
Diffstat (limited to 'framework')
-rw-r--r--framework/source/uiconfiguration/imagemanagerimpl.cxx6
1 files changed, 0 insertions, 6 deletions
diff --git a/framework/source/uiconfiguration/imagemanagerimpl.cxx b/framework/source/uiconfiguration/imagemanagerimpl.cxx
index ac901dcd1e49..15926b1c64d4 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;