diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2012-05-18 12:15:39 +0200 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2012-05-18 12:15:39 +0200 |
commit | 56b41a2b1e89efd24abd02bc319a3c4d38bee3d1 (patch) | |
tree | b96acaf15544c8049bb5f0b08b9c6a5a6a659861 | |
parent | d961b694348a0dd048761a6046de7393ac077f31 (diff) |
prevent the creation of a default copy c'tor
Change-Id: I5ede869092355739f5e58de71b3a903ff0528051
-rw-r--r-- | sc/inc/colorscale.hxx | 1 |
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; |