summaryrefslogtreecommitdiffstats
path: root/sc
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2012-05-18 12:15:39 +0200
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2012-05-18 12:15:39 +0200
commit56b41a2b1e89efd24abd02bc319a3c4d38bee3d1 (patch)
treeb96acaf15544c8049bb5f0b08b9c6a5a6a659861 /sc
parentimplement databar import from oox (diff)
downloadcore-56b41a2b1e89efd24abd02bc319a3c4d38bee3d1.tar.gz
core-56b41a2b1e89efd24abd02bc319a3c4d38bee3d1.zip
prevent the creation of a default copy c'tor
Change-Id: I5ede869092355739f5e58de71b3a903ff0528051
Diffstat (limited to 'sc')
-rw-r--r--sc/inc/colorscale.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/sc/inc/colorscale.hxx b/sc/inc/colorscale.hxx
index 317a27d721a1..a9a5211895de 100644
--- a/sc/inc/colorscale.hxx
+++ b/sc/inc/colorscale.hxx
@@ -209,6 +209,7 @@ private:
public:
ScColorFormatList() {};
ScColorFormatList(ScDocument* pDoc, const ScColorFormatList& rList);
+ ScColorFormatList(const ScColorFormatList& rList);
typedef ColorFormatContainer::iterator iterator;
typedef ColorFormatContainer::const_iterator const_iterator;