diff options
author | Caolán McNamara <caolanm@redhat.com> | 2014-02-19 10:18:14 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-02-19 10:18:14 +0000 |
commit | 285d1d1a5df5398d78bd45e6641cea371f9bbc17 (patch) | |
tree | 2ffd969a3add5917387e8da2be2a5133b6f45caf /sw/source/ui/inc | |
parent | 5b9003372effe4ee4bc34f34ee20138ac6a6050f (diff) |
coverity#738899 unused member
Change-Id: I3f96d50709c9a6832192b97d4174b9cea07c5057
Diffstat (limited to 'sw/source/ui/inc')
-rw-r--r-- | sw/source/ui/inc/cfgitems.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sw/source/ui/inc/cfgitems.hxx b/sw/source/ui/inc/cfgitems.hxx index af77a7667f71..e78f85057a2b 100644 --- a/sw/source/ui/inc/cfgitems.hxx +++ b/sw/source/ui/inc/cfgitems.hxx @@ -91,7 +91,6 @@ class SW_DLLPUBLIC SwElemItem : public SfxPoolItem bool bSmoothScroll :1; //visual aids bool bCrosshair :1; - bool bHandles :1; //display bool bTable :1; bool bGraphic :1; |