summaryrefslogtreecommitdiff
path: root/svx/source
diff options
context:
space:
mode:
authorTakeshi Abe <tabe@fixedpoint.jp>2013-04-11 18:33:21 +0900
committerTakeshi Abe <tabe@fixedpoint.jp>2013-04-12 06:30:03 +0900
commitd2867f4ab808c47777914bb73b848e2ab95dce89 (patch)
tree27a5d847cc60e4c4b98cb73df6cda1523a5f26bb /svx/source
parentbd7b2c7befbd10bebaba3a9b6ea491969ac1dcb0 (diff)
drop unused field
Change-Id: Ic362baf2204768d2e636b6fdd9199e8009c786d8
Diffstat (limited to 'svx/source')
-rw-r--r--svx/source/tbxctrls/tbcontrl.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/svx/source/tbxctrls/tbcontrl.cxx b/svx/source/tbxctrls/tbcontrl.cxx
index 723509b5eb7a..3c0f9a4b60e5 100644
--- a/svx/source/tbxctrls/tbcontrl.cxx
+++ b/svx/source/tbxctrls/tbcontrl.cxx
@@ -1705,14 +1705,12 @@ struct SvxStyleToolBoxControl::Impl
String aClearForm;
String aMore;
::std::vector< OUString > aDefaultStyles;
- sal_Bool bListening;
sal_Bool bSpecModeWriter;
sal_Bool bSpecModeCalc;
inline Impl( void )
:aClearForm ( SVX_RESSTR( RID_SVXSTR_CLEARFORM ) )
,aMore ( SVX_RESSTR( RID_SVXSTR_MORE ) )
- ,bListening ( sal_False )
,bSpecModeWriter ( sal_False )
,bSpecModeCalc ( sal_False )
{