summaryrefslogtreecommitdiff
path: root/chart2
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-11-25 13:51:15 +0200
committerNoel Grandin <noel@peralex.com>2015-11-25 13:57:29 +0200
commit1f86864e97bea96fdc608f8c8b93024ad4684d51 (patch)
treee5ec06a2148b26bbc0cdd420de8b82b654547ca3 /chart2
parent3e6ba91e2d6d362f4af91566e740f5dbc310e026 (diff)
loplugin:unusedfields various
Change-Id: I59d9f7f73677358b4ae57efda965d43718bdf0d5
Diffstat (limited to 'chart2')
-rw-r--r--chart2/source/controller/inc/ChartController.hxx1
-rw-r--r--chart2/source/inc/UncachedDataSequence.hxx2
2 files changed, 0 insertions, 3 deletions
diff --git a/chart2/source/controller/inc/ChartController.hxx b/chart2/source/controller/inc/ChartController.hxx
index 2e41d8671726..ae1472c38b1e 100644
--- a/chart2/source/controller/inc/ChartController.hxx
+++ b/chart2/source/controller/inc/ChartController.hxx
@@ -456,7 +456,6 @@ private:
private:
mutable ::apphelper::LifeTimeManager m_aLifeTimeManager;
- mutable ::osl::Mutex m_aControllerMutex;
bool m_bSuspended;
bool m_bCanClose;
diff --git a/chart2/source/inc/UncachedDataSequence.hxx b/chart2/source/inc/UncachedDataSequence.hxx
index 4f5ec3be2361..f7c649daf418 100644
--- a/chart2/source/inc/UncachedDataSequence.hxx
+++ b/chart2/source/inc/UncachedDataSequence.hxx
@@ -186,8 +186,6 @@ protected:
void fireModifyEvent();
- mutable ::osl::Mutex m_aMutex;
-
// <properties>
sal_Int32 m_nNumberFormatKey;
OUString m_sRole;