Kaydet (Commit) 56b41a2b authored tarafından Markus Mohrhard's avatar Markus Mohrhard

prevent the creation of a default copy c'tor

Change-Id: I5ede869092355739f5e58de71b3a903ff0528051
üst d961b694
...@@ -209,6 +209,7 @@ private: ...@@ -209,6 +209,7 @@ private:
public: public:
ScColorFormatList() {}; ScColorFormatList() {};
ScColorFormatList(ScDocument* pDoc, const ScColorFormatList& rList); ScColorFormatList(ScDocument* pDoc, const ScColorFormatList& rList);
ScColorFormatList(const ScColorFormatList& rList);
typedef ColorFormatContainer::iterator iterator; typedef ColorFormatContainer::iterator iterator;
typedef ColorFormatContainer::const_iterator const_iterator; typedef ColorFormatContainer::const_iterator const_iterator;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment