summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/condformatdlgentry.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2017-03-30 10:16:41 +0100
committerCaolán McNamara <caolanm@redhat.com>2017-03-30 10:17:23 +0100
commit1c2dd8dc14effe739bd826cf4fe77145d5b751bc (patch)
tree45ff5a303243907b31b154ba7543a32914cab182 /sc/source/ui/inc/condformatdlgentry.hxx
parentc7442c0d4979e40e2a5a21721284b3bf4e4a4c82 (diff)
Resolves: tdf#106838 icon set not visible in conditional formatting
Change-Id: Ibafaa487d39a69bc7c5c150361368614c0d9e004
Diffstat (limited to 'sc/source/ui/inc/condformatdlgentry.hxx')
-rw-r--r--sc/source/ui/inc/condformatdlgentry.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/sc/source/ui/inc/condformatdlgentry.hxx b/sc/source/ui/inc/condformatdlgentry.hxx
index 27a4fbc2e468..5b23e6ec12fb 100644
--- a/sc/source/ui/inc/condformatdlgentry.hxx
+++ b/sc/source/ui/inc/condformatdlgentry.hxx
@@ -296,6 +296,8 @@ class ScIconSetFrmtEntry : public ScCondFrmtEntry
// icon set ui elements
VclPtr<ListBox> maLbIconSetType;
+ VclPtr<VclContainer> maIconParent;
+
typedef std::vector<VclPtr<ScIconSetFrmtDataEntry>> ScIconSetFrmtDataEntriesType;
ScIconSetFrmtDataEntriesType maEntries;