summaryrefslogtreecommitdiff
path: root/cppuhelper/inc
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2007-05-15 11:18:23 +0000
committerKurt Zenker <kz@openoffice.org>2007-05-15 11:18:23 +0000
commite84ed574793cdedfaef5189ec3813f2ad1fe4dcf (patch)
tree9ee3dcdc2c04a06386b0456dcc36e5e47f0d1879 /cppuhelper/inc
parent49fd1e6e518be2d45ea3a0ee0e12876936dab46f (diff)
#i10000# OPropertySetHelper::getTypes not const prevent build breaks(fs)
Diffstat (limited to 'cppuhelper/inc')
-rw-r--r--cppuhelper/inc/cppuhelper/propshlp.hxx6
1 files changed, 3 insertions, 3 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);
/**