Kaydet (Commit) d7f93b54 authored tarafından Tor Lillqvist's avatar Tor Lillqvist

WaE: private field 'bInput' is not used

Change-Id: I0a220120e312b901549f7243c0d1bf750a1227a1
üst 662d96bc
...@@ -87,7 +87,6 @@ SvxSBFontNameBox::SvxSBFontNameBox( Window* pParent, const ResId& rResId ) : ...@@ -87,7 +87,6 @@ SvxSBFontNameBox::SvxSBFontNameBox( Window* pParent, const ResId& rResId ) :
FontNameBox ( pParent, rResId ) FontNameBox ( pParent, rResId )
, pFontList ( NULL ) , pFontList ( NULL )
, nFtCount ( 0 ) , nFtCount ( 0 )
, bInput(false)
, pBindings(NULL) , pBindings(NULL)
{ {
EnableControls_Impl(); EnableControls_Impl();
......
...@@ -52,7 +52,6 @@ private: ...@@ -52,7 +52,6 @@ private:
Font aCurFont; Font aCurFont;
String aCurText; String aCurText;
sal_uInt16 nFtCount; sal_uInt16 nFtCount;
bool bInput;
void EnableControls_Impl(); void EnableControls_Impl();
SfxBindings* pBindings;// SfxBindings* pBindings;//
protected: protected:
......
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