summaryrefslogtreecommitdiff
path: root/sc/source/ui/styleui
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2016-12-05 17:08:08 +0000
committerCaolán McNamara <caolanm@redhat.com>2016-12-05 17:08:08 +0000
commite7a3a9104a4ab5709583b7506b0bd10ec6163fba (patch)
tree1ef92b98a8052c202c08d9eb185496e02eb8f734 /sc/source/ui/styleui
parent9b392338474ee266ff90c5c72cccea1b96ddbe45 (diff)
unwind sc RID_STYLEFAMILY_IMAGELIST imagelist
Change-Id: I22bc4a615295bf43110633e22b5884b511777c2b
Diffstat (limited to 'sc/source/ui/styleui')
-rw-r--r--sc/source/ui/styleui/scstyles.src12
1 files changed, 7 insertions, 5 deletions
diff --git a/sc/source/ui/styleui/scstyles.src b/sc/source/ui/styleui/scstyles.src
index 2502ceef27c2..60f304bbbda2 100644
--- a/sc/source/ui/styleui/scstyles.src
+++ b/sc/source/ui/styleui/scstyles.src
@@ -41,12 +41,14 @@ StringArray RID_PAGESTYLEFAMILY
};
};
-// style family images are now taken from an ImageList
-// (for each family, there's one entry in the IdList)
-ImageList RID_STYLEFAMILY_IMAGELIST
+Bitmap BMP_STYLES_FAMILY_CELL
{
- Prefix = "sf";
- IdList = { 1; 2; };
+ File = "sf01.png";
+};
+
+Bitmap BMP_STYLES_FAMILY_PAGE
+{
+ File = "sf02.png";
};
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */