summaryrefslogtreecommitdiff
path: root/chart2/source/controller/main/ChartController.hxx
diff options
context:
space:
mode:
authorIngrid Halama <iha@openoffice.org>2010-05-19 17:08:43 +0200
committerIngrid Halama <iha@openoffice.org>2010-05-19 17:08:43 +0200
commit5be9c917443fbf32d934ddf953fbba2e25e5d884 (patch)
tree4ef1f6ca2613b4e59bde9a1133a0b7248cef5ac3 /chart2/source/controller/main/ChartController.hxx
parentefa9d1559bd91572b9b7806f6387879db88fd669 (diff)
chart47: #i109770# #i110253# prevent null access on empty m_aModel and reduce assertions 'already disposed'
Diffstat (limited to 'chart2/source/controller/main/ChartController.hxx')
-rw-r--r--chart2/source/controller/main/ChartController.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/chart2/source/controller/main/ChartController.hxx b/chart2/source/controller/main/ChartController.hxx
index 8deffe47396f..ec03f768501e 100644
--- a/chart2/source/controller/main/ChartController.hxx
+++ b/chart2/source/controller/main/ChartController.hxx
@@ -597,7 +597,7 @@ private:
//private methods
sal_Bool impl_isDisposedOrSuspended() const;
- ::std::auto_ptr< ReferenceSizeProvider > impl_createReferenceSizeProvider() const;
+ ::std::auto_ptr< ReferenceSizeProvider > impl_createReferenceSizeProvider();
void impl_adaptDataSeriesAutoResize();
void impl_createDrawViewController();