summaryrefslogtreecommitdiff
path: root/chart2/inc
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2013-11-10 02:52:58 +0100
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2014-01-29 08:09:17 +0100
commitc3c8ba862a279f9d6c0f7e2ae0268b3c5e05bec1 (patch)
treefeebd314c1e76d189d86d2cad0d5aaddbe22fdbd /chart2/inc
parentd082e4fc38b6ab649da911672bcc94b2ba63b225 (diff)
remove unused method
Change-Id: Ifad7334a50eff0b4cd5c08f4b4907a98f09bd104
Diffstat (limited to 'chart2/inc')
-rw-r--r--chart2/inc/ChartModel.hxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/chart2/inc/ChartModel.hxx b/chart2/inc/ChartModel.hxx
index 981dabfac23a..4a7031bbc100 100644
--- a/chart2/inc/ChartModel.hxx
+++ b/chart2/inc/ChartModel.hxx
@@ -146,6 +146,7 @@ private:
/** is only valid if m_xDataProvider is set. If m_xDataProvider is set to an
external data provider this reference must be set to 0
*/
+ bool mbInternalDataProvider;
::com::sun::star::uno::Reference< ::com::sun::star::chart2::data::XDataProvider > m_xInternalDataProvider;
::com::sun::star::uno::Reference< com::sun::star::util::XNumberFormatsSupplier >
@@ -194,8 +195,6 @@ private:
impl_notifyStorageChangeListeners()
throw(::com::sun::star::uno::RuntimeException);
- void impl_killInternalData() throw( com::sun::star::util::CloseVetoException );
-
void impl_store(
const ::com::sun::star::uno::Sequence<
::com::sun::star::beans::PropertyValue >& rMediaDescriptor,