summaryrefslogtreecommitdiff
path: root/sc/source
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@suse.com>2011-12-03 11:55:21 -0500
committerKohei Yoshida <kohei.yoshida@suse.com>2011-12-05 19:25:11 -0500
commit1e169828b1fdd50a09540cf4927b3c64639bbca7 (patch)
treec2a3681ca1edf0e7a763ba92d3553ba17a5d0a7d /sc/source
parent73544acaee60655edf90be72a0c05cd7187c051b (diff)
Make the class officially non-copyable.
Diffstat (limited to 'sc/source')
-rw-r--r--sc/source/ui/unoobj/chart2uno.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/unoobj/chart2uno.cxx b/sc/source/ui/unoobj/chart2uno.cxx
index e77f7e0d9e56..5ebef6fb49af 100644
--- a/sc/source/ui/unoobj/chart2uno.cxx
+++ b/sc/source/ui/unoobj/chart2uno.cxx
@@ -443,7 +443,7 @@ vector<ScTokenRef>* Chart2PositionMap::getDataRowRanges(SCROW nRow) const
* Designed to be a drop-in replacement for ScChartPositioner, in order to
* handle external references.
*/
-class Chart2Positioner
+class Chart2Positioner : boost::noncopyable
{
enum GlueType
{