diff options
author | Markus Mohrhard <markus.mohrhard@collabora.co.uk> | 2015-03-30 01:47:13 +0200 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@collabora.co.uk> | 2015-03-30 04:34:32 +0200 |
commit | 21e9287987e99b1c9a5b9af7ace1c3f8b3b888dd (patch) | |
tree | f8f60ef9919c7a548ad3022daf8936ab6d92b6cb /sc/inc | |
parent | 2773e6ffb57d514e667e8e75cf165a6bfef82dec (diff) |
add color scale entries
Change-Id: If88822765b5ec738f3204a4ef7c76c3d529e6be2
Diffstat (limited to 'sc/inc')
-rw-r--r-- | sc/inc/colorscale.hxx | 2 |
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; }; |