summaryrefslogtreecommitdiff
path: root/sc/inc/orcusfilters.hxx
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@gmail.com>2012-10-05 17:48:48 -0400
committerKohei Yoshida <kohei.yoshida@gmail.com>2012-11-28 13:28:23 -0500
commit06114f6a9659b722a1692ba25a6941b15cb08901 (patch)
tree30b5698a86fa6432426e8bbbcda0d5543c01bb1d /sc/inc/orcusfilters.hxx
parentb104b8feba6b18973d06a84a1238d0bdc501d16a (diff)
Use different icon image for the attribute entries.
Change-Id: Icd053ba7906191f3bc937cdb3c76d037fd67dab5
Diffstat (limited to 'sc/inc/orcusfilters.hxx')
-rw-r--r--sc/inc/orcusfilters.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/inc/orcusfilters.hxx b/sc/inc/orcusfilters.hxx
index 2ec5a490afc7..7db703411ebc 100644
--- a/sc/inc/orcusfilters.hxx
+++ b/sc/inc/orcusfilters.hxx
@@ -28,7 +28,7 @@ public:
virtual bool loadXMLStructure(
SvTreeListBox& rTreeCtrl, const rtl::OUString& rPath,
- const Image& rImgDefaultElem, const Image& rImgRepeatElem) const = 0;
+ const Image& rImgDefaultElem, const Image& rImgRepeatElem, const Image& rImgElemAttr) const = 0;
};
#endif