diff options
author | Oliver Bolte <obo@openoffice.org> | 2007-03-09 12:24:23 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2007-03-09 12:24:23 +0000 |
commit | 4b94691425bd7ab32220f902df3fe0eba986b054 (patch) | |
tree | 9d5db34f1f0e0ce87e24fa05571d6778aac03533 /forms/source/component | |
parent | ebcd00045c1e531f3fd18463f90b654aafa3400d (diff) |
INTEGRATION: CWS hb02 (1.9.44); FILE MERGED
2007/01/31 13:55:22 fs 1.9.44.1: consolidated default handling during #i74051#
Diffstat (limited to 'forms/source/component')
-rw-r--r-- | forms/source/component/EditBase.hxx | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/forms/source/component/EditBase.hxx b/forms/source/component/EditBase.hxx index 7f693b28b3ef..15c7a4670900 100644 --- a/forms/source/component/EditBase.hxx +++ b/forms/source/component/EditBase.hxx @@ -4,9 +4,9 @@ * * $RCSfile: EditBase.hxx,v $ * - * $Revision: 1.9 $ + * $Revision: 1.10 $ * - * last change: $Author: obo $ $Date: 2006-10-12 11:10:52 $ + * last change: $Author: obo $ $Date: 2007-03-09 13:24:23 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -121,8 +121,6 @@ public: using ::cppu::OPropertySetHelper::getFastPropertyValue; // XPropertyState - virtual ::com::sun::star::beans::PropertyState getPropertyStateByHandle(sal_Int32 nHandle); - virtual void setPropertyToDefaultByHandle(sal_Int32 nHandle); virtual ::com::sun::star::uno::Any getPropertyDefaultByHandle( sal_Int32 nHandle ) const; protected: |