diff options
author | Noel Grandin <noel@peralex.com> | 2015-11-20 14:38:54 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2015-11-20 15:07:05 +0200 |
commit | fafac0d248c3ebc8eb9a9cef5fa68f193d851b33 (patch) | |
tree | 69cd2870781cf7d3d8bb1ce726253b756a7c8319 /forms | |
parent | b55fb34c4baab993cf3286448b6c00b5ae095be0 (diff) |
loplugin:unusedfields forms,formula,fpicker,framework
Change-Id: Ic7af56ac801c1e5b3fcf3c4e8413656e96220279
Diffstat (limited to 'forms')
-rw-r--r-- | forms/source/component/FormComponent.cxx | 1 | ||||
-rw-r--r-- | forms/source/inc/FormComponent.hxx | 2 |
2 files changed, 0 insertions, 3 deletions
diff --git a/forms/source/component/FormComponent.cxx b/forms/source/component/FormComponent.cxx index d3cbc30da9a7..3ac6da085c6f 100644 --- a/forms/source/component/FormComponent.cxx +++ b/forms/source/component/FormComponent.cxx @@ -334,7 +334,6 @@ OBoundControl::OBoundControl( const Reference< XComponentContext >& _rxContext, :OControl( _rxContext, _rAggregateService, _bSetDelegator ) ,m_bLocked(false) ,m_aOriginalFont( EmptyFontDescriptor() ) - ,m_nOriginalTextLineColor( 0 ) { } diff --git a/forms/source/inc/FormComponent.hxx b/forms/source/inc/FormComponent.hxx index 0faf02256a0d..89730654cf58 100644 --- a/forms/source/inc/FormComponent.hxx +++ b/forms/source/inc/FormComponent.hxx @@ -269,10 +269,8 @@ class OBoundControl :public OControl protected: bool m_bLocked : 1; - OUString m_sOriginalHelpText; // as long as the text/value is invalid, we change the help text of our peer css::awt::FontDescriptor m_aOriginalFont; // as long as the text/value is invalid, we also change the font - sal_Int32 m_nOriginalTextLineColor; // (we add red underlining) public: OBoundControl( |