summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cppuhelper/inc/cppuhelper/propshlp.hxx6
-rwxr-xr-xcppuhelper/source/cc5_solaris_sparc.map2
-rw-r--r--cppuhelper/source/msvc_win32_intel.map2
-rw-r--r--cppuhelper/source/propshlp.cxx6
4 files changed, 8 insertions, 8 deletions
diff --git a/cppuhelper/inc/cppuhelper/propshlp.hxx b/cppuhelper/inc/cppuhelper/propshlp.hxx
index 8ad53a943375..7ec99f73918b 100644
--- a/cppuhelper/inc/cppuhelper/propshlp.hxx
+++ b/cppuhelper/inc/cppuhelper/propshlp.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: propshlp.hxx,v $
*
- * $Revision: 1.13 $
+ * $Revision: 1.14 $
*
- * last change: $Author: kz $ $Date: 2007-05-10 09:45:04 $
+ * last change: $Author: kz $ $Date: 2007-05-15 12:18:08 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -372,7 +372,7 @@ public:
/** eases implementing XTypeProvider::getTypes, returns the types of XMultiPropertySet, XFastPropertySet, XPropertySet
*/
- ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Type > getTypes() const
+ ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Type > getTypes()
throw(::com::sun::star::uno::RuntimeException);
/**
diff --git a/cppuhelper/source/cc5_solaris_sparc.map b/cppuhelper/source/cc5_solaris_sparc.map
index 658389b43ba2..ddafb4f7a3d3 100755
--- a/cppuhelper/source/cc5_solaris_sparc.map
+++ b/cppuhelper/source/cc5_solaris_sparc.map
@@ -342,6 +342,6 @@ UDK_3.3 { # OOo 2.0.4
UDK_3.4 { # OOo 2.3
global:
- __1cEcppuSOPropertySetHelperIgetTypes6kM_nDcomDsunEstarDunoISequence4n0FEType____;
+ __1cEcppuSOPropertySetHelperIgetTypes6M_nDcomDsunEstarDunoISequence4n0FEType____;
} UDK_3.3;
diff --git a/cppuhelper/source/msvc_win32_intel.map b/cppuhelper/source/msvc_win32_intel.map
index c932be9ef9f9..84dbda0c42de 100644
--- a/cppuhelper/source/msvc_win32_intel.map
+++ b/cppuhelper/source/msvc_win32_intel.map
@@ -260,5 +260,5 @@ UDK_3.2 {
UDK_3.3 {
global:
- ?getTypes@OPropertySetHelper@cppu@@QBE?AV?$Sequence@VType@uno@star@sun@com@@@uno@star@sun@com@@XZ;
+ ?getTypes@OPropertySetHelper@cppu@@QAE?AV?$Sequence@VType@uno@star@sun@com@@@uno@star@sun@com@@XZ;
} UDK_3.2;
diff --git a/cppuhelper/source/propshlp.cxx b/cppuhelper/source/propshlp.cxx
index 11f505be3310..fb89aba15ad0 100644
--- a/cppuhelper/source/propshlp.cxx
+++ b/cppuhelper/source/propshlp.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: propshlp.cxx,v $
*
- * $Revision: 1.16 $
+ * $Revision: 1.17 $
*
- * last change: $Author: kz $ $Date: 2007-05-10 09:46:03 $
+ * last change: $Author: kz $ $Date: 2007-05-15 12:18:23 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -193,7 +193,7 @@ Any OPropertySetHelper::queryInterface( const ::com::sun::star::uno::Type & rTyp
/**
* called from the derivee's XTypeProvider::getTypes implementation
*/
-::com::sun::star::uno::Sequence< ::com::sun::star::uno::Type > OPropertySetHelper::getTypes() const
+::com::sun::star::uno::Sequence< ::com::sun::star::uno::Type > OPropertySetHelper::getTypes()
throw (RuntimeException)
{
Sequence< ::com::sun::star::uno::Type > aTypes( 3 );