summaryrefslogtreecommitdiff
path: root/sc/inc/colorscale.hxx
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/inc/colorscale.hxx
parentd961b694348a0dd048761a6046de7393ac077f31 (diff)
prevent the creation of a default copy c'tor
Change-Id: I5ede869092355739f5e58de71b3a903ff0528051
Diffstat (limited to 'sc/inc/colorscale.hxx')
-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;