summaryrefslogtreecommitdiff
path: root/forms/source
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2008-06-25 11:00:22 +0000
committerKurt Zenker <kz@openoffice.org>2008-06-25 11:00:22 +0000
commitb269fc865b05003820329f7d589caee37e2e92cf (patch)
tree89c53c4a162ca87b45716d994763ba37a9222d67 /forms/source
parent1793ac02d8bd6785b259cc26d9602363f469e4b4 (diff)
INTEGRATION: CWS dba30d (1.10.18); FILE MERGED
2008/05/27 12:28:02 fs 1.10.18.1: #i89657# refactoring, so that our binding's getValue is only called when our mutex is not locked
Diffstat (limited to 'forms/source')
-rw-r--r--forms/source/component/Numeric.hxx4
1 files changed, 1 insertions, 3 deletions
diff --git a/forms/source/component/Numeric.hxx b/forms/source/component/Numeric.hxx
index c0ca642d81b2..45b096afef50 100644
--- a/forms/source/component/Numeric.hxx
+++ b/forms/source/component/Numeric.hxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: Numeric.hxx,v $
- * $Revision: 1.10 $
+ * $Revision: 1.11 $
*
* This file is part of OpenOffice.org.
*
@@ -73,8 +73,6 @@ protected:
virtual ::com::sun::star::uno::Any
getDefaultForReset() const;
- virtual sal_Bool approveValueBinding( const ::com::sun::star::uno::Reference< ::com::sun::star::form::binding::XValueBinding >& _rxBinding );
-
protected:
DECLARE_XCLONEABLE();
};