https://bugs.documentfoundation.org/show_bug.cgi?id=89536
Julien Nabet <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|medium |high Status|UNCONFIRMED |NEW CC| |[email protected] Ever confirmed|0 |1 Severity|normal |major --- Comment #1 from Julien Nabet <[email protected]> --- With this patch, the problem is fixed: diff --git a/forms/source/component/Columns.hxx b/forms/source/component/Columns.hxx index d619b6e..669d156 100644 --- a/forms/source/component/Columns.hxx +++ b/forms/source/component/Columns.hxx @@ -85,8 +85,8 @@ public: virtual void SAL_CALL disposing(const ::com::sun::star::lang::EventObject& _rSource) throw(::com::sun::star::uno::RuntimeException, std::exception) SAL_OVERRIDE; // XPersistObject - void SAL_CALL write(const ::com::sun::star::uno::Reference< ::com::sun::star::io::XObjectOutputStream>& _rxOutStream); - void SAL_CALL read(const ::com::sun::star::uno::Reference< ::com::sun::star::io::XObjectInputStream>& _rxInStream); + virtual void SAL_CALL write(const ::com::sun::star::uno::Reference< ::com::sun::star::io::XObjectOutputStream>& _rxOutStream); + virtual void SAL_CALL read(const ::com::sun::star::uno::Reference< ::com::sun::star::io::XObjectInputStream>& _rxInStream); Noel: noticing http://cgit.freedesktop.org/libreoffice/core/commit/?id=b44cbb26efe1d0b0950b1e1613e131b506dc3876, could you take a look? I hope there's no other regression. -- You are receiving this mail because: You are the assignee for the bug.
_______________________________________________ Libreoffice-bugs mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs
