diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2014-01-03 11:41:27 +0100 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2014-01-29 08:09:33 +0100 |
commit | c209ac1c79da10c75739f6ed507acbd9a4acf8b1 (patch) | |
tree | 2abd0acdf9ef532c78ce6b01e0ec4d9648a494f2 /chart2/inc | |
parent | d5fb04b1092801d5148d892dacdecf5d03110911 (diff) |
some improvements for text rendering
Change-Id: Ifa52fbd0f5359c505f12d12281ec7bdfb959d8c5
Diffstat (limited to 'chart2/inc')
-rw-r--r-- | chart2/inc/ChartModel.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/chart2/inc/ChartModel.hxx b/chart2/inc/ChartModel.hxx index d987cdd765a6..8e965ba203af 100644 --- a/chart2/inc/ChartModel.hxx +++ b/chart2/inc/ChartModel.hxx @@ -148,7 +148,6 @@ 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 > |