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
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 )
{
......
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