diff options
author | Oliver Bolte <obo@openoffice.org> | 2007-03-09 12:32:43 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2007-03-09 12:32:43 +0000 |
commit | 7f23e1edf059280ebb4254b717fc5a8472b03244 (patch) | |
tree | 677c6e2f3bb62d32b82a00a3f0700066c9ec1045 | |
parent | a6d6571c56724919840abeb62882e0cd693439cf (diff) |
INTEGRATION: CWS hb02 (1.7.80); FILE MERGED
2007/01/31 13:55:23 fs 1.7.80.1: consolidated default handling during #i74051#
-rw-r--r-- | forms/source/component/clickableimage.hxx | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/forms/source/component/clickableimage.hxx b/forms/source/component/clickableimage.hxx index debc703111d8..a7db7259b798 100644 --- a/forms/source/component/clickableimage.hxx +++ b/forms/source/component/clickableimage.hxx @@ -4,9 +4,9 @@ * * $RCSfile: clickableimage.hxx,v $ * - * $Revision: 1.7 $ + * $Revision: 1.8 $ * - * last change: $Author: hr $ $Date: 2006-06-19 12:53:56 $ + * last change: $Author: obo $ $Date: 2007-03-09 13:32:43 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -164,8 +164,6 @@ namespace frm virtual void _propertyChanged(const ::com::sun::star::beans::PropertyChangeEvent&) throw(::com::sun::star::uno::RuntimeException); // 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; // XImageProducer |