diff options
author | Noel Grandin <noel@peralex.com> | 2016-02-19 10:52:20 +0200 |
---|---|---|
committer | Noel Grandin <noelgrandin@gmail.com> | 2016-02-19 11:23:57 +0000 |
commit | 778e9a65bf5af07c4caeff969a0324e43a78e66b (patch) | |
tree | a5204f0d3eaf2f512a627eeb9e74d42e7e80b54f /sd | |
parent | 541c4c4509863beb7babe361b31e27f7295e3069 (diff) |
new loplugin: find write-only fields
Change-Id: I0f83939babacf92485420ee63f290a297d7cb717
Reviewed-on: https://gerrit.libreoffice.org/22498
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Tested-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'sd')
-rw-r--r-- | sd/source/ui/inc/present.hxx | 1 | ||||
-rw-r--r-- | sd/source/ui/slidesorter/cache/SlsBitmapCache.cxx | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/sd/source/ui/inc/present.hxx b/sd/source/ui/inc/present.hxx index 6e6a42cab269..9410cb81d98c 100644 --- a/sd/source/ui/inc/present.hxx +++ b/sd/source/ui/inc/present.hxx @@ -52,7 +52,6 @@ private: VclPtr<CheckBox> aCbxManuel; VclPtr<CheckBox> aCbxMousepointer; VclPtr<CheckBox> aCbxPen; - VclPtr<CheckBox> aCbxNavigator; VclPtr<CheckBox> aCbxAnimationAllowed; VclPtr<CheckBox> aCbxChangePage; VclPtr<CheckBox> aCbxAlwaysOnTop; diff --git a/sd/source/ui/slidesorter/cache/SlsBitmapCache.cxx b/sd/source/ui/slidesorter/cache/SlsBitmapCache.cxx index 06476ad639cd..9c93b8781823 100644 --- a/sd/source/ui/slidesorter/cache/SlsBitmapCache.cxx +++ b/sd/source/ui/slidesorter/cache/SlsBitmapCache.cxx @@ -69,7 +69,6 @@ private: Bitmap maMarkedPreview; std::shared_ptr<BitmapReplacement> mpReplacement; std::shared_ptr<BitmapCompressor> mpCompressor; - Size maBitmapSize; bool mbIsUpToDate; sal_Int32 mnLastAccessTime; // When this flag is set then the bitmap is not modified by a cache |