[Libreoffice-commits] .: dbaccess/source
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Thu Dec 6 07:01:47 PST 2012
dbaccess/source/ui/inc/unosqlmessage.hxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 4b90e055067a829f504b53d59aadc2e97138a79b
Author: Noel Grandin <noel at 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)
More information about the Libreoffice-commits
mailing list