diff options
author | Kurt Zenker <kz@openoffice.org> | 2005-01-21 16:25:08 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2005-01-21 16:25:08 +0000 |
commit | e44458a9ea71a7d96d37a06c6774a989087ada56 (patch) | |
tree | 01b4f48340b9c419d6a15fc3bfff7111857e28dc | |
parent | c7d31e138a33613070991a7abcdb5e213d5de396 (diff) |
INTEGRATION: CWS dba22 (1.2.4); FILE MERGED
2004/11/30 15:55:13 fs 1.2.4.1: #i38137# don't supersede the properties which we're handling ourself
-rw-r--r-- | extensions/source/propctrlr/buttonnavigationhandler.hxx | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/extensions/source/propctrlr/buttonnavigationhandler.hxx b/extensions/source/propctrlr/buttonnavigationhandler.hxx index 48c76c080..f4882fb3e 100644 --- a/extensions/source/propctrlr/buttonnavigationhandler.hxx +++ b/extensions/source/propctrlr/buttonnavigationhandler.hxx @@ -2,9 +2,9 @@ * * $RCSfile: buttonnavigationhandler.hxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: obo $ $Date: 2004-11-16 12:02:33 $ + * last change: $Author: kz $ $Date: 2005-01-21 17:25:08 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -107,7 +107,6 @@ namespace pcr virtual ::com::sun::star::uno::Any SAL_CALL getPropertyValue( PropertyId _nPropId, bool _bLazy = true ) const; virtual void SAL_CALL setPropertyValue( PropertyId _nPropId, const ::com::sun::star::uno::Any& _rValue ); virtual ::com::sun::star::beans::PropertyState SAL_CALL getPropertyState( PropertyId _nPropId ) const; - virtual ::std::vector< ::rtl::OUString > SAL_CALL getSupersededProperties( ) const; // PropertyHandler overridables virtual ::std::vector< ::com::sun::star::beans::Property > |