diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-06-20 14:26:45 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-06-21 11:13:52 +0200 |
commit | 95c348afa8f4f17c058c449ded75025175af0e4a (patch) | |
tree | 88f21ab151fbbf5c79e9adf4bae8dfb920c9e85a /svx/source/inc | |
parent | 2149d4a88e9dc88c30e7475f8ea317e5c7b78529 (diff) |
loplugin:unusedfields in svx part2
Change-Id: Ie9fd55b71a152f428a397d9917918f0e9de39aaf
Reviewed-on: https://gerrit.libreoffice.org/39014
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'svx/source/inc')
-rw-r--r-- | svx/source/inc/fmPropBrw.hxx | 1 | ||||
-rw-r--r-- | svx/source/inc/gridcell.hxx | 3 |
2 files changed, 0 insertions, 4 deletions
diff --git a/svx/source/inc/fmPropBrw.hxx b/svx/source/inc/fmPropBrw.hxx index 04c3a28ab467..5c7ca1cfb643 100644 --- a/svx/source/inc/fmPropBrw.hxx +++ b/svx/source/inc/fmPropBrw.hxx @@ -43,7 +43,6 @@ class FmFormShell; class FmPropBrw : public SfxFloatingWindow, public SfxControllerItem { bool m_bInitialStateChange; - bool m_bInStateChange; OUString m_sLastActivePage; css::uno::Reference< css::uno::XComponentContext > m_xInspectorContext; diff --git a/svx/source/inc/gridcell.hxx b/svx/source/inc/gridcell.hxx index 151a1f19f2eb..74372fc48700 100644 --- a/svx/source/inc/gridcell.hxx +++ b/svx/source/inc/gridcell.hxx @@ -91,7 +91,6 @@ private: bool m_bObject : 1; // does the column reference an object datatype? bool m_bHidden : 1; bool m_bLocked : 1; - bool m_bDateTime : 1; static ::svt::CellControllerRef s_xEmptyController; // used by locked columns @@ -113,7 +112,6 @@ public: ,m_bObject(false) ,m_bHidden(false) ,m_bLocked(false) - ,m_bDateTime(false) { } @@ -413,7 +411,6 @@ class DbFormattedField : public DbLimitedLengthField { protected: css::uno::Reference< css::util::XNumberFormatsSupplier > m_xSupplier; - sal_Int16 m_nKeyType; public: |