summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/xmlsourcedlg.hxx
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/inc/xmlsourcedlg.hxx
parent5d979234d3205e290efae6a643c9156260d149ef (diff)
Use different icon for recurring elements.
Change-Id: I3869e4a1f2f4b68d57641395daaf79d911a1a891
Diffstat (limited to 'sc/source/ui/inc/xmlsourcedlg.hxx')
-rw-r--r--sc/source/ui/inc/xmlsourcedlg.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/source/ui/inc/xmlsourcedlg.hxx b/sc/source/ui/inc/xmlsourcedlg.hxx
index 6e32d1282242..b6fb2ba7886b 100644
--- a/sc/source/ui/inc/xmlsourcedlg.hxx
+++ b/sc/source/ui/inc/xmlsourcedlg.hxx
@@ -23,8 +23,6 @@ class ScDocument;
class ScXMLSourceTree : public SvTreeListBox
{
- Image maImgElemDefault;
- Image maImgElemRepeat;
public:
ScXMLSourceTree(Window* pParent, const ResId& rResId);
};
@@ -42,6 +40,8 @@ class ScXMLSourceDlg : public ModalDialog
CancelButton maBtnCancel;
Image maImgFileOpen;
+ Image maImgElemDefault;
+ Image maImgElemRepeat;
ScDocument* mpDoc;