summaryrefslogtreecommitdiff
path: root/sc/source/ui/src
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@gmail.com>2012-10-03 10:33:09 -0400
committerKohei Yoshida <kohei.yoshida@gmail.com>2012-11-28 13:28:22 -0500
commit19b2f5dfb63f3c4d7b00d10a389b4d19f5d5fcea (patch)
tree830af36f3f05fbb1bb794ec102f557d9e506cc8a /sc/source/ui/src
parent5d979234d3205e290efae6a643c9156260d149ef (diff)
Use different icon for recurring elements.
Change-Id: I3869e4a1f2f4b68d57641395daaf79d911a1a891
Diffstat (limited to 'sc/source/ui/src')
-rw-r--r--sc/source/ui/src/xmlsourcedlg.src6
1 files changed, 6 insertions, 0 deletions
diff --git a/sc/source/ui/src/xmlsourcedlg.src b/sc/source/ui/src/xmlsourcedlg.src
index f55110bc22c3..564b9d163355 100644
--- a/sc/source/ui/src/xmlsourcedlg.src
+++ b/sc/source/ui/src/xmlsourcedlg.src
@@ -62,6 +62,12 @@ ModalDialog RID_SCDLG_XML_SOURCE
MaskColor = STD_MASKCOLOR ;
};
+ Image IMG_ELEMENT_REPEAT
+ {
+ ImageBitmap = Bitmap { File = "pages.png" ; };
+ MaskColor = STD_MASKCOLOR ;
+ };
+
Image IMG_FILE_OPEN
{
ImageBitmap = Bitmap { File = "file.png" ; };