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 /include/comphelper/propstate.hxx | |
parent | 16986df5610e062e0b5e09ea10441b2647d4ae6b (diff) |
OPropertyStateHelper::getTypes isn't an override of XTypeProvider::getTypes
Change-Id: I633c711aabbd2ec7d1385d106b512f14672393f1
Diffstat (limited to 'include/comphelper/propstate.hxx')
-rw-r--r-- | include/comphelper/propstate.hxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/comphelper/propstate.hxx b/include/comphelper/propstate.hxx index 070a8b299040..c62ae63acda2 100644 --- a/include/comphelper/propstate.hxx +++ b/include/comphelper/propstate.hxx @@ -75,8 +75,7 @@ namespace comphelper void firePropertyChange(sal_Int32 nHandle, const ::com::sun::star::uno::Any& aNewValue, const ::com::sun::star::uno::Any& aOldValue); - protected: - virtual ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Type> SAL_CALL getTypes() throw(::com::sun::star::uno::RuntimeException, std::exception); + css::uno::Sequence<css::uno::Type> getTypes(); }; |