From 19b2f5dfb63f3c4d7b00d10a389b4d19f5d5fcea Mon Sep 17 00:00:00 2001 From: Kohei Yoshida Date: Wed, 3 Oct 2012 10:33:09 -0400 Subject: Use different icon for recurring elements. Change-Id: I3869e4a1f2f4b68d57641395daaf79d911a1a891 --- sc/source/ui/inc/xmlsourcedlg.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sc/source/ui/inc') 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; -- cgit