diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-07-18 20:09:31 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-07-19 09:25:52 +0200 |
commit | 32878b68574f8fb27a122dd3a356e369391bdfa6 (patch) | |
tree | 7bc3e64776a188d765ef21a9892912609359fd4e /sd | |
parent | 2303d4f1a2b7e25fe864323adeec398057cebe72 (diff) |
enhance unusedfields plugin to find readonly fields
Change-Id: I4da97443fc7eb14fd94959a026ab45a9256c055f
Reviewed-on: https://gerrit.libreoffice.org/40158
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sd')
-rw-r--r-- | sd/source/ui/sidebar/SlideBackground.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sd/source/ui/sidebar/SlideBackground.hxx b/sd/source/ui/sidebar/SlideBackground.hxx index 20b6a289b691..d8e871c0ef62 100644 --- a/sd/source/ui/sidebar/SlideBackground.hxx +++ b/sd/source/ui/sidebar/SlideBackground.hxx @@ -115,8 +115,6 @@ private: ::sfx2::sidebar::ControllerItem maCloseMasterController; std::unique_ptr< SvxPageItem > mpPageItem; - std::unique_ptr< SvxLongLRSpaceItem > mpLRItem; - std::unique_ptr< SvxLongULSpaceItem > mpULItem; std::unique_ptr< XFillColorItem > mpColorItem; std::unique_ptr< XFillGradientItem > mpGradientItem; std::unique_ptr< XFillHatchItem > mpHatchItem; |