summaryrefslogtreecommitdiff
path: root/chart2
diff options
context:
space:
mode:
authorNorbert Thiebaud <nthiebaud@gmail.com>2014-01-19 23:10:07 -0600
committerNorbert Thiebaud <nthiebaud@gmail.com>2014-01-19 23:10:07 -0600
commitf3cc79a0b51e3e84e9e52516a3bfbfc6004a9b19 (patch)
tree237e942a929d75c68bda50de13cd2e8dea33f51f /chart2
parent9f476dd17cb6299f4bdef4a0d07149d541c9c9a8 (diff)
coverity#738570 coverity#738571 : Uninit scalar (unused in fact)
Change-Id: Id1f14669c3e88e5abf92a9b1443245d81f360e62
Diffstat (limited to 'chart2')
-rw-r--r--chart2/inc/ChartModel.hxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/chart2/inc/ChartModel.hxx b/chart2/inc/ChartModel.hxx
index c8f992a4267a..981dabfac23a 100644
--- a/chart2/inc/ChartModel.hxx
+++ b/chart2/inc/ChartModel.hxx
@@ -164,7 +164,6 @@ private:
::com::sun::star::uno::Reference< ::com::sun::star::chart2::XTitle >
m_xTitle;
- bool m_bIsDisposed;
::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >
m_xPageBackground;