diff options
author | Ingrid Halama <iha@openoffice.org> | 2010-05-19 17:08:43 +0200 |
---|---|---|
committer | Ingrid Halama <iha@openoffice.org> | 2010-05-19 17:08:43 +0200 |
commit | 5be9c917443fbf32d934ddf953fbba2e25e5d884 (patch) | |
tree | 4ef1f6ca2613b4e59bde9a1133a0b7248cef5ac3 /chart2/source/controller/main/ChartController.hxx | |
parent | efa9d1559bd91572b9b7806f6387879db88fd669 (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.hxx | 2 |
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(); |