From 56b41a2b1e89efd24abd02bc319a3c4d38bee3d1 Mon Sep 17 00:00:00 2001 From: Markus Mohrhard Date: Fri, 18 May 2012 12:15:39 +0200 Subject: prevent the creation of a default copy c'tor Change-Id: I5ede869092355739f5e58de71b3a903ff0528051 --- sc/inc/colorscale.hxx | 1 + 1 file changed, 1 insertion(+) (limited to 'sc/inc/colorscale.hxx') 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; -- cgit