summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/inc/unosqlmessage.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2012-12-06 17:00:48 +0200
committerNoel Grandin <noel@peralex.com>2012-12-06 17:01:15 +0200
commit4b90e055067a829f504b53d59aadc2e97138a79b (patch)
tree48c72ac766d0d537a08b8d3eeb9cd736cc4218d2 /dbaccess/source/ui/inc/unosqlmessage.hxx
parent959091ef42a714ef034ee42c2b7bd24ecf4daadd (diff)
fix missing SAL_CALL attribute on method
Change-Id: Idd0581d104c5a3e1286763c2deb8d385e04e207b
Diffstat (limited to 'dbaccess/source/ui/inc/unosqlmessage.hxx')
-rw-r--r--dbaccess/source/ui/inc/unosqlmessage.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/dbaccess/source/ui/inc/unosqlmessage.hxx b/dbaccess/source/ui/inc/unosqlmessage.hxx
index c738b739b434..f8b4bf21e491 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)