summaryrefslogtreecommitdiff
path: root/vcl/inc/implimagetree.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/inc/implimagetree.hxx')
-rw-r--r--vcl/inc/implimagetree.hxx6
1 files changed, 2 insertions, 4 deletions
diff --git a/vcl/inc/implimagetree.hxx b/vcl/inc/implimagetree.hxx
index 6675d0dc3ee4..341fd44ddfd9 100644
--- a/vcl/inc/implimagetree.hxx
+++ b/vcl/inc/implimagetree.hxx
@@ -101,11 +101,9 @@ private:
{}
};
- /// Map between the theme name(s) and the content.
- typedef std::unordered_map<OUString, IconSet> StyleIconSet;
-
/// Remember all the (used) icon styles and individual icons in them.
- StyleIconSet maIconSets;
+ /// Map between the theme name(s) and the content.
+ std::unordered_map<OUString, IconSet> maIconSets;
/// Style used for the current operations; switches switch several times during fallback search.
OUString maCurrentStyle;