summaryrefslogtreecommitdiff
path: root/chart2
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2008-04-18 12:22:21 +0000
committerRüdiger Timm <rt@openoffice.org>2008-04-18 12:22:21 +0000
commit3a923120e6b1e0b046ecb140a74d57c379e6239f (patch)
tree14ac2c752d6a08afb294d63a76b365fff08720ce /chart2
parent959e65a358877cff4023660fadb163bf7e87bd7d (diff)
INTEGRATION: CWS xmlfilter04 (1.12.58); FILE MERGED
2008/03/27 13:17:57 sj 1.12.58.2: fixed build problem 2008/03/14 15:43:06 iha 1.12.58.1: #i72994# simpler access to 3D settings
Diffstat (limited to 'chart2')
-rw-r--r--chart2/source/model/inc/Diagram.hxx12
1 files changed, 11 insertions, 1 deletions
diff --git a/chart2/source/model/inc/Diagram.hxx b/chart2/source/model/inc/Diagram.hxx
index 0d3efd69a247..09902e2cf3d9 100644
--- a/chart2/source/model/inc/Diagram.hxx
+++ b/chart2/source/model/inc/Diagram.hxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: Diagram.hxx,v $
- * $Revision: 1.13 $
+ * $Revision: 1.14 $
*
* This file is part of OpenOffice.org.
*
@@ -101,6 +101,16 @@ protected:
getPropertySetInfo()
throw (::com::sun::star::uno::RuntimeException);
+ // ____ XFastPropertySet ____
+ virtual void SAL_CALL setFastPropertyValue( sal_Int32 nHandle, const ::com::sun::star::uno::Any& rValue )
+ throw(::com::sun::star::beans::UnknownPropertyException, ::com::sun::star::beans::PropertyVetoException, ::com::sun::star::lang::IllegalArgumentException, ::com::sun::star::lang::WrappedTargetException, ::com::sun::star::uno::RuntimeException);
+
+ /// make original interface function visible again
+ using ::com::sun::star::beans::XFastPropertySet::getFastPropertyValue;
+
+ virtual void SAL_CALL getFastPropertyValue(
+ ::com::sun::star::uno::Any& rValue, sal_Int32 nHandle ) const;
+
// virtual sal_Bool SAL_CALL convertFastPropertyValue
// ( ::com::sun::star::uno::Any & rConvertedValue,
// ::com::sun::star::uno::Any & rOldValue,