summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--chart2/source/view/inc/VDataSeries.hxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/chart2/source/view/inc/VDataSeries.hxx b/chart2/source/view/inc/VDataSeries.hxx
index bdf9a3ed9354..ea0a6b816fb2 100644
--- a/chart2/source/view/inc/VDataSeries.hxx
+++ b/chart2/source/view/inc/VDataSeries.hxx
@@ -36,10 +36,12 @@
#include <com/sun/star/drawing/XShapes.hpp>
#include <cppuhelper/weakref.hxx>
+#include <boost/noncopyable.hpp>
+
namespace chart
{
-class VDataSequence
+class VDataSequence : boost::noncopyable
{
public:
void init( const ::com::sun::star::uno::Reference<
@@ -57,7 +59,7 @@ public:
mutable ::com::sun::star::uno::Sequence< double > Doubles;
};
-class VDataSeries
+class VDataSeries : boost::noncopyable
{
public:
VDataSeries( const ::com::sun::star::uno::Reference<