summaryrefslogtreecommitdiff
path: root/forms/source/inc
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2016-01-11 13:13:33 +0200
committerNoel Grandin <noel@peralex.com>2016-01-11 13:14:08 +0200
commitaa4dc893521291ace4828dc6ac390fab2b5ac6a7 (patch)
tree101e762806490989be6dae93acd77543a156f611 /forms/source/inc
parent7a658373496fc41f40c5019870456dca3a9f6ecc (diff)
loplugin:unusedmethods unused return value in forms
Change-Id: I9da3e72ca12e040e7fb5bea7ccaa071edfd34f27
Diffstat (limited to 'forms/source/inc')
-rw-r--r--forms/source/inc/FormComponent.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/forms/source/inc/FormComponent.hxx b/forms/source/inc/FormComponent.hxx
index 40c53097846c..d15b1217eeac 100644
--- a/forms/source/inc/FormComponent.hxx
+++ b/forms/source/inc/FormComponent.hxx
@@ -1106,7 +1106,7 @@ protected:
void initFromField( const css::uno::Reference< css::sdbc::XRowSet>& _rxForm );
private:
- bool connectToField( const css::uno::Reference< css::sdbc::XRowSet>& _rxForm );
+ void connectToField( const css::uno::Reference< css::sdbc::XRowSet>& _rxForm );
void resetField();
/** does a new validation of the control value