diff --git a/uui/source/interactionhandler.cxx b/uui/source/interactionhandler.cxx index 201e0433675d..c132e9152b1b 100644 --- a/uui/source/interactionhandler.cxx +++ b/uui/source/interactionhandler.cxx @@ -30,6 +30,7 @@ #include "iahndl.hxx" #include +#include #include #include #include @@ -99,8 +100,7 @@ public: virtual css::uno::Reference< css::beans::XPropertySetInfo > SAL_CALL getPropertySetInfo() override { - assert(false); - return nullptr; + return new comphelper::PropertySetInfo; } virtual void SAL_CALL setPropertyValue(const OUString& rPropertyName, const css::uno::Any& rValue) override