summaryrefslogtreecommitdiff
path: root/sc/inc/colorscale.hxx
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@collabora.co.uk>2015-03-30 01:47:13 +0200
committerMarkus Mohrhard <markus.mohrhard@collabora.co.uk>2015-03-30 04:34:32 +0200
commit21e9287987e99b1c9a5b9af7ace1c3f8b3b888dd (patch)
treef8f60ef9919c7a548ad3022daf8936ab6d92b6cb /sc/inc/colorscale.hxx
parent2773e6ffb57d514e667e8e75cf165a6bfef82dec (diff)
add color scale entries
Change-Id: If88822765b5ec738f3204a4ef7c76c3d529e6be2
Diffstat (limited to 'sc/inc/colorscale.hxx')
-rw-r--r--sc/inc/colorscale.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/sc/inc/colorscale.hxx b/sc/inc/colorscale.hxx
index 1b5c4f6c5595..74097062ed9b 100644
--- a/sc/inc/colorscale.hxx
+++ b/sc/inc/colorscale.hxx
@@ -281,6 +281,8 @@ public:
iterator end();
const_iterator end() const;
+ ScColorScaleEntry* GetEntry(size_t nPos);
+
size_t size() const;
};