diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2012-05-14 07:43:02 +0200 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2012-05-14 07:51:23 +0200 |
commit | 5a5d80ce5483696e0b05c31a0c4134c8ae4b82eb (patch) | |
tree | efc6b41ea10a8748400f2f77e4c9e24315b1b76a /sc/inc/document.hxx | |
parent | 596e40f9a230f9af918ab1b7d3a4be3d79abc058 (diff) |
copy color scales correctly
Change-Id: I I I0f3ce313928ffa85f563e4162398816bf3ab2fdc
Diffstat (limited to 'sc/inc/document.hxx')
-rw-r--r-- | sc/inc/document.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sc/inc/document.hxx b/sc/inc/document.hxx index 53adc397cd88..0fecf8d4fd46 100644 --- a/sc/inc/document.hxx +++ b/sc/inc/document.hxx @@ -1213,6 +1213,7 @@ public: void SetCondFormList(ScConditionalFormatList* pNew); SC_DLLPUBLIC const ScColorScaleFormatList* GetColorScaleList() const; + SC_DLLPUBLIC ScColorScaleFormatList* GetColorScaleList(); ScValidationDataList* GetValidationList() const { return pValidationList; } |