#i10000# OPropertySetHelper::getTypes not const prevent build breaks(fs)

This commit is contained in:
Kurt Zenker
2007-05-15 11:18:23 +00:00
parent 49fd1e6e51
commit e84ed57479
4 changed files with 8 additions and 8 deletions

View File

@@ -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);
/**

View File

@@ -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;

View File

@@ -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;

View File

@@ -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 );