diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-07-20 15:06:37 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-07-21 08:38:06 +0200 |
commit | 7b59273c6c2bd10b9aea52753dc6b21052a9b2ed (patch) | |
tree | a8baf61493eba8cc63982861a3b8b2cfc68890a8 /include/svx | |
parent | 65c69af584152a5f8f3d2f9752d9f051660b7755 (diff) |
loplugin:unusedfields in svx
Change-Id: I7fc5bf55b01d464815771220914f21d8e85b5a36
Reviewed-on: https://gerrit.libreoffice.org/40253
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/svx')
-rw-r--r-- | include/svx/AccessibleShape.hxx | 5 | ||||
-rw-r--r-- | include/svx/EnhancedCustomShape2d.hxx | 1 | ||||
-rw-r--r-- | include/svx/sidebar/AreaPropertyPanelBase.hxx | 1 |
3 files changed, 0 insertions, 7 deletions
diff --git a/include/svx/AccessibleShape.hxx b/include/svx/AccessibleShape.hxx index 8835cfaa9d7d..592a7ead9b32 100644 --- a/include/svx/AccessibleShape.hxx +++ b/include/svx/AccessibleShape.hxx @@ -383,11 +383,6 @@ protected: */ AccessibleShapeTreeInfo maShapeTreeInfo; - /** Index that is appended to the object's name to disambiguate between - different names with the otherwise same name. - */ - long mnIndex; - /** the index in parent. */ sal_Int32 m_nIndexInParent; diff --git a/include/svx/EnhancedCustomShape2d.hxx b/include/svx/EnhancedCustomShape2d.hxx index 87b21855aaf7..83e369901bab 100644 --- a/include/svx/EnhancedCustomShape2d.hxx +++ b/include/svx/EnhancedCustomShape2d.hxx @@ -113,7 +113,6 @@ class SVX_DLLPUBLIC EnhancedCustomShape2d : public SfxItemSet css::uno::Sequence< css::beans::PropertyValues > seqHandles; css::uno::Sequence< css::awt::Size > seqSubViewSize; - bool bTextFlow : 1; bool bFilled : 1; bool bStroked : 1; diff --git a/include/svx/sidebar/AreaPropertyPanelBase.hxx b/include/svx/sidebar/AreaPropertyPanelBase.hxx index 5582973ce999..e2d332461d03 100644 --- a/include/svx/sidebar/AreaPropertyPanelBase.hxx +++ b/include/svx/sidebar/AreaPropertyPanelBase.hxx @@ -109,7 +109,6 @@ public: protected: sal_uInt16 meLastXFS; - sal_Int32 mnLastPosGradient; sal_Int32 mnLastPosHatch; sal_Int32 mnLastPosBitmap; sal_Int32 mnLastPosPattern; |