summaryrefslogtreecommitdiffstats
path: root/sc/inc/document.hxx
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2012-05-14 07:43:02 +0200
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2012-05-14 07:51:23 +0200
commit5a5d80ce5483696e0b05c31a0c4134c8ae4b82eb (patch)
treeefc6b41ea10a8748400f2f77e4c9e24315b1b76a /sc/inc/document.hxx
parentfix crash in ScColorScaleEntry's c'tor (diff)
downloadcore-5a5d80ce5483696e0b05c31a0c4134c8ae4b82eb.tar.gz
core-5a5d80ce5483696e0b05c31a0c4134c8ae4b82eb.zip
copy color scales correctly
Change-Id: I I I0f3ce313928ffa85f563e4162398816bf3ab2fdc
Diffstat (limited to 'sc/inc/document.hxx')
-rw-r--r--sc/inc/document.hxx1
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; }