diff options
author | Joseph Powers <jpowers27@cox.net> | 2010-11-11 15:46:36 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2010-11-11 15:46:36 +0000 |
commit | ce6806dbb33225ba536a22270340b7dccd6b481e (patch) | |
tree | a348dc820d8bc5c2ae10464b348291aadbcc24a7 /framework | |
parent | 537920aeb10f0304594f14094dcfc715ce8e7476 (diff) |
add in JoeP's extras
Diffstat (limited to 'framework')
-rw-r--r-- | framework/source/uiconfiguration/imagemanagerimpl.cxx | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/framework/source/uiconfiguration/imagemanagerimpl.cxx b/framework/source/uiconfiguration/imagemanagerimpl.cxx index 15926b1c64d4..81edeeb4df7b 100644 --- a/framework/source/uiconfiguration/imagemanagerimpl.cxx +++ b/framework/source/uiconfiguration/imagemanagerimpl.cxx @@ -88,8 +88,7 @@ using namespace ::cppu; // Image sizes for our toolbars/menus const sal_Int32 IMAGE_SIZE_NORMAL = 16; const sal_Int32 IMAGE_SIZE_LARGE = 26; -const sal_Int16 MAX_IMAGETYPE_VALUE = ::com::sun::star::ui::ImageType::COLOR_HIGHCONTRAST| - ::com::sun::star::ui::ImageType::SIZE_LARGE; +const sal_Int16 MAX_IMAGETYPE_VALUE = ::com::sun::star::ui::ImageType::SIZE_LARGE; static const char IMAGE_FOLDER[] = "images"; static const char BITMAPS_FOLDER[] = "Bitmaps"; @@ -98,13 +97,13 @@ static const char IMAGE_EXTENSION[] = ".png"; static const char* IMAGELIST_XML_FILE[] = { "sc_imagelist.xml", - "lc_imagelist.xml", + "lc_imagelist.xml" }; static const char* BITMAP_FILE_NAMES[] = { "sc_userimages.png", - "lc_userimages.png", + "lc_userimages.png" }; namespace framework @@ -115,7 +114,7 @@ namespace framework static const char* ImageType_Prefixes[ImageType_COUNT] = { "res/commandimagelist/sc_", - "res/commandimagelist/lc_", + "res/commandimagelist/lc_" }; typedef GraphicNameAccess CmdToXGraphicNameAccess; |