Kaydet (Commit) ff19246a authored tarafından Stephan Bergmann's avatar Stephan Bergmann

OPropertyStateHelper::getTypes isn't an override of XTypeProvider::getTypes

Change-Id: I633c711aabbd2ec7d1385d106b512f14672393f1
üst 16986df5
......@@ -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();
......
......@@ -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();
};
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment