diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2014-03-11 12:48:18 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2014-03-11 13:03:20 +0100 |
commit | ff19246a810c891ab70da2006c29bbe2913c731e (patch) | |
tree | 0b921ebbfeae6eabde1b148361a8e56c130821e1 /comphelper | |
parent | 16986df5610e062e0b5e09ea10441b2647d4ae6b (diff) |
OPropertyStateHelper::getTypes isn't an override of XTypeProvider::getTypes
Change-Id: I633c711aabbd2ec7d1385d106b512f14672393f1
Diffstat (limited to 'comphelper')
-rw-r--r-- | comphelper/source/property/propstate.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/comphelper/source/property/propstate.cxx b/comphelper/source/property/propstate.cxx index 6c21c1627b84..90d8e370e730 100644 --- a/comphelper/source/property/propstate.cxx +++ b/comphelper/source/property/propstate.cxx @@ -53,7 +53,7 @@ namespace comphelper } - ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Type> OPropertyStateHelper::getTypes() throw( ::com::sun::star::uno::RuntimeException, std::exception) + css::uno::Sequence<css::uno::Type> OPropertyStateHelper::getTypes() { ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Type> aTypes(4); ::com::sun::star::uno::Type* pTypes = aTypes.getArray(); |