diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2013-09-05 08:28:00 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2013-09-05 08:28:00 +0200 |
commit | 6dbf3cd4123a24ee1f5169aaa02cb06ae3eefaaf (patch) | |
tree | e446b9f33f28063ed0ff162ec6d060dc48cc9975 /sc/source | |
parent | 7329d9447611242637c8852deec82208cba6ec55 (diff) |
remove it here too
Change-Id: I9cb34b5d8676ca2c3081def04ce8e3ec001746d1
Diffstat (limited to 'sc/source')
-rw-r--r-- | sc/source/ui/sidebar/CellLineStyleValueSet.cxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sc/source/ui/sidebar/CellLineStyleValueSet.cxx b/sc/source/ui/sidebar/CellLineStyleValueSet.cxx index 96d6f07b69af..6298dc86b03b 100644 --- a/sc/source/ui/sidebar/CellLineStyleValueSet.cxx +++ b/sc/source/ui/sidebar/CellLineStyleValueSet.cxx @@ -24,8 +24,7 @@ namespace sc { namespace sidebar { CellLineStyleValueSet::CellLineStyleValueSet( Window* pParent, const ResId& rResId) : ValueSet( pParent, rResId ), pVDev(NULL), - nSelItem(0), - bCusEnable(false) + nSelItem(0) { SetColCount( 1 ); SetLineCount( 9); |