Kaydet (Commit) d2867f4a authored tarafından Takeshi Abe's avatar Takeshi Abe

drop unused field

Change-Id: Ic362baf2204768d2e636b6fdd9199e8009c786d8
üst bd7b2c7b
...@@ -1705,14 +1705,12 @@ struct SvxStyleToolBoxControl::Impl ...@@ -1705,14 +1705,12 @@ struct SvxStyleToolBoxControl::Impl
String aClearForm; String aClearForm;
String aMore; String aMore;
::std::vector< OUString > aDefaultStyles; ::std::vector< OUString > aDefaultStyles;
sal_Bool bListening;
sal_Bool bSpecModeWriter; sal_Bool bSpecModeWriter;
sal_Bool bSpecModeCalc; sal_Bool bSpecModeCalc;
inline Impl( void ) inline Impl( void )
:aClearForm ( SVX_RESSTR( RID_SVXSTR_CLEARFORM ) ) :aClearForm ( SVX_RESSTR( RID_SVXSTR_CLEARFORM ) )
,aMore ( SVX_RESSTR( RID_SVXSTR_MORE ) ) ,aMore ( SVX_RESSTR( RID_SVXSTR_MORE ) )
,bListening ( sal_False )
,bSpecModeWriter ( sal_False ) ,bSpecModeWriter ( sal_False )
,bSpecModeCalc ( sal_False ) ,bSpecModeCalc ( sal_False )
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment