summaryrefslogtreecommitdiff
path: root/sc/inc/colorscale.hxx
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2016-03-27 03:12:02 +0200
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2016-03-27 14:42:25 +0200
commit82510829d5be4321166ae80679b43b376f41ae9e (patch)
tree8dad50719206fda6fe9f3427fe283f6ae627da26 /sc/inc/colorscale.hxx
parentef34535ceb60d7d63b8d8671e4c6e9e43ffbd17d (diff)
don't inherit from std::map
Change-Id: I50e9b27c45f6f7bd52af9e0c8a188124d6413cbc
Diffstat (limited to 'sc/inc/colorscale.hxx')
-rw-r--r--sc/inc/colorscale.hxx7
1 files changed, 2 insertions, 5 deletions
diff --git a/sc/inc/colorscale.hxx b/sc/inc/colorscale.hxx
index 992b532a6240..96a05ee14478 100644
--- a/sc/inc/colorscale.hxx
+++ b/sc/inc/colorscale.hxx
@@ -14,6 +14,7 @@
#include <tools/color.hxx>
#include "rangelst.hxx"
#include "conditio.hxx"
+#include "document.hxx"
#include <memory>
#include <vector>
@@ -26,10 +27,6 @@ class ScTokenArray;
struct ScDataBarInfo;
class BitmapEx;
-namespace sc {
- class IconSetBitmapMap : public std::map<sal_Int32, BitmapEx> {};
-}
-
// don't change the order
// they are also used in the dialog to determine the position
// in the list box
@@ -375,7 +372,7 @@ public:
virtual condformat::ScFormatEntryType GetType() const override;
static ScIconSetMap* getIconSetMap();
- static BitmapEx& getBitmap(sc::IconSetBitmapMap &, ScIconSetType eType, sal_Int32 nIndex);
+ static BitmapEx& getBitmap(sc::IconSetBitmapMap& rBitmapMap, ScIconSetType eType, sal_Int32 nIndex);
typedef ScIconSetFormatData::Entries_t::iterator iterator;
typedef ScIconSetFormatData::Entries_t::const_iterator const_iterator;