summaryrefslogtreecommitdiffstats
path: root/include/cppuhelper
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-01-16 10:19:36 +0100
committerStephan Bergmann <sbergman@redhat.com>2015-01-16 10:19:36 +0100
commitd3ce5b298e3f5cc58256ba80f5d3f361618c4820 (patch)
tree64dc0fd518d05d3626f6a4ce656f6e6fe9f65815 /include/cppuhelper
parentUpdated core (diff)
downloadcore-d3ce5b298e3f5cc58256ba80f5d3f361618c4820.tar.gz
core-d3ce5b298e3f5cc58256ba80f5d3f361618c4820.zip
Fix getTypes() of OPropertySetHelper and derived
...broken with 60d60caf99a40ca0c3891bf230c5a1fdbae5f49c "Renamed XPropertySet2 to XPropertySetOption" et al Change-Id: I684736ffafc4642548b7c24171cc52c1acb32252
Diffstat (limited to 'include/cppuhelper')
-rw-r--r--include/cppuhelper/propshlp.hxx6
1 files changed, 5 insertions, 1 deletions
diff --git a/include/cppuhelper/propshlp.hxx b/include/cppuhelper/propshlp.hxx
index ec769e354ac8..8cf0159ad96a 100644
--- a/include/cppuhelper/propshlp.hxx
+++ b/include/cppuhelper/propshlp.hxx
@@ -686,7 +686,11 @@ protected:
/**
OPropertySetHelper plus XPropertySetOption
- */
+
+ @attention
+ The getTypes() inherited from OPropertysetHelper does not cover
+ XPropertySetOption.
+*/
class CPPUHELPER_DLLPUBLIC OPropertySetHelper2 : public OPropertySetHelper,
public ::com::sun::star::beans::XPropertySetOption
{