summaryrefslogtreecommitdiffstats
path: root/sc/inc/document.hxx
diff options
context:
space:
mode:
authorKrisztian Pinter <pin.terminator@gmail.com>2014-06-24 15:32:18 +0200
committerTomaž Vajngerl <tomaz.vajngerl@collabora.co.uk>2014-09-17 10:19:31 +0200
commit9b37819adb7282bb7f12f0cc977c2fb0d24b329d (patch)
treea604d3b29c21972bc6ede7744bef71f3cc9649c4 /sc/inc/document.hxx
parentGet more color attributes for document colors in Writer (diff)
downloadcore-9b37819adb7282bb7f12f0cc977c2fb0d24b329d.tar.gz
core-9b37819adb7282bb7f12f0cc977c2fb0d24b329d.zip
Add loading document colors to Calc
Change-Id: I06783b04dbbad2aa690820af1ca2cf05a1004f20
Diffstat (limited to 'sc/inc/document.hxx')
-rw-r--r--sc/inc/document.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/sc/inc/document.hxx b/sc/inc/document.hxx
index e314145fd5f2..c30cea833b5d 100644
--- a/sc/inc/document.hxx
+++ b/sc/inc/document.hxx
@@ -1818,6 +1818,8 @@ public:
void CopyCellValuesFrom( const ScAddress& rTopPos, const sc::CellValues& rSrc );
+ std::vector<Color> GetDocColors();
+
private:
ScDocument(const ScDocument& r); // disabled with no definition