dbaccess/source/ui/inc/unosqlmessage.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 4b90e055067a829f504b53d59aadc2e97138a79b Author: Noel Grandin <n...@peralex.com> Date: Thu Dec 6 17:00:48 2012 +0200 fix missing SAL_CALL attribute on method Change-Id: Idd0581d104c5a3e1286763c2deb8d385e04e207b diff --git a/dbaccess/source/ui/inc/unosqlmessage.hxx b/dbaccess/source/ui/inc/unosqlmessage.hxx index c738b73..f8b4bf2 100644 --- a/dbaccess/source/ui/inc/unosqlmessage.hxx +++ b/dbaccess/source/ui/inc/unosqlmessage.hxx @@ -64,7 +64,7 @@ public: virtual ::cppu::IPropertyArrayHelper* createArrayHelper( ) const; protected: - virtual void initialize(com::sun::star::uno::Sequence< ::com::sun::star::uno::Any > const & args) throw (com::sun::star::uno::Exception, com::sun::star::uno::RuntimeException); + virtual void SAL_CALL initialize(com::sun::star::uno::Sequence< ::com::sun::star::uno::Any > const & args) throw (com::sun::star::uno::Exception, com::sun::star::uno::RuntimeException); // OPropertySetHelper overridables // (overwrittin these three, because we have some special handling for our property) _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits