diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-19 09:48:43 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-19 09:48:43 +0000 |
commit | a6690cd3ebfb53d4e5a9ba6b8880c2b866e88459 (patch) | |
tree | 6d155847d377e049b173303be3a7601e1547fef0 /framework | |
parent | 8a1bcf21382609de01fb10a9f4179630805d59c8 (diff) |
INTEGRATION: CWS warnings01 (1.2.32); FILE MERGED
2005/11/16 13:10:26 pl 1.2.32.1: #i55991# removed warnings
Diffstat (limited to 'framework')
-rw-r--r-- | framework/inc/classes/actiontriggerseparatorpropertyset.hxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/framework/inc/classes/actiontriggerseparatorpropertyset.hxx b/framework/inc/classes/actiontriggerseparatorpropertyset.hxx index f332b3921738..533d1d3bf161 100644 --- a/framework/inc/classes/actiontriggerseparatorpropertyset.hxx +++ b/framework/inc/classes/actiontriggerseparatorpropertyset.hxx @@ -4,9 +4,9 @@ * * $RCSfile: actiontriggerseparatorpropertyset.hxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: rt $ $Date: 2005-09-09 00:01:35 $ + * last change: $Author: hr $ $Date: 2006-06-19 10:48:43 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -118,6 +118,7 @@ class ActionTriggerSeparatorPropertySet : public ThreadHelpBase virtual void SAL_CALL setFastPropertyValue_NoBroadcast( sal_Int32 nHandle, const com::sun::star::uno::Any& aValue ) throw( com::sun::star::uno::Exception ); + using cppu::OPropertySetHelper::getFastPropertyValue; virtual void SAL_CALL getFastPropertyValue( com::sun::star::uno::Any& aValue, sal_Int32 nHandle ) const; virtual ::cppu::IPropertyArrayHelper& SAL_CALL getInfoHelper(); |