diff options
author | Hans-Joachim Lankenau <hjs@openoffice.org> | 2004-06-28 16:09:47 +0000 |
---|---|---|
committer | Hans-Joachim Lankenau <hjs@openoffice.org> | 2004-06-28 16:09:47 +0000 |
commit | d36c1761061106abb2906bce573ef1821cf15e21 (patch) | |
tree | 15a543bb11f650baa6e2acc6639fc7b082765d80 /forms | |
parent | 178b8a986d3c5e0fc4d0894f52764179ade1e988 (diff) |
INTEGRATION: CWS dba12 (1.2.16); FILE MERGED
2004/06/16 09:31:54 fs 1.2.16.1: #i10000#
Diffstat (limited to 'forms')
-rw-r--r-- | forms/source/inc/FormComponent.hxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/forms/source/inc/FormComponent.hxx b/forms/source/inc/FormComponent.hxx index 8e92253bc21a..2d94847c9b82 100644 --- a/forms/source/inc/FormComponent.hxx +++ b/forms/source/inc/FormComponent.hxx @@ -2,9 +2,9 @@ * * $RCSfile: FormComponent.hxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: rt $ $Date: 2004-05-07 16:08:41 $ + * last change: $Author: hjs $ $Date: 2004-06-28 17:09:47 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -963,6 +963,9 @@ public: virtual void SAL_CALL setFastPropertyValue_NoBroadcast( sal_Int32 nHandle, const ::com::sun::star::uno::Any& rValue ) throw (::com::sun::star::uno::Exception); +// ::com::sun::star::beans::XPropertyState + virtual ::com::sun::star::uno::Any getPropertyDefaultByHandle( sal_Int32 nHandle ) const; + // XEventListener virtual void SAL_CALL disposing(const ::com::sun::star::lang::EventObject& Source) throw (::com::sun::star::uno::RuntimeException); |