summaryrefslogtreecommitdiff
path: root/sc/source/ui/sidebar
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2013-09-05 08:25:39 +0200
committerThomas Arnhold <thomas@arnhold.org>2013-09-05 08:25:39 +0200
commit7329d9447611242637c8852deec82208cba6ec55 (patch)
tree4f89414ff49eddda3976850dbcb7d13c31c79271 /sc/source/ui/sidebar
parente03225451752ddbe9427d318d1d38c2cc1fbb764 (diff)
WaE: -Wunused-private-field
Change-Id: I9f1671d6d8a0b2b7d4c26cb2240a88ab6e74abe5
Diffstat (limited to 'sc/source/ui/sidebar')
-rw-r--r--sc/source/ui/sidebar/CellLineStyleValueSet.hxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/sc/source/ui/sidebar/CellLineStyleValueSet.hxx b/sc/source/ui/sidebar/CellLineStyleValueSet.hxx
index 711213c1f816..9f66ce25a80e 100644
--- a/sc/source/ui/sidebar/CellLineStyleValueSet.hxx
+++ b/sc/source/ui/sidebar/CellLineStyleValueSet.hxx
@@ -32,7 +32,6 @@ private:
sal_uInt16 nSelItem;
OUString maStrUnit[CELL_LINE_STYLE_ENTRIES];
Image imgCus;
- bool bCusEnable;
public:
CellLineStyleValueSet( Window* pParent, const ResId& rResId);
virtual ~CellLineStyleValueSet();