summaryrefslogtreecommitdiffstats
path: root/dbaccess/source/core/inc/ModelImpl.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'dbaccess/source/core/inc/ModelImpl.hxx')
-rw-r--r--dbaccess/source/core/inc/ModelImpl.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/dbaccess/source/core/inc/ModelImpl.hxx b/dbaccess/source/core/inc/ModelImpl.hxx
index 7a4931557bab..bf74d41adb08 100644
--- a/dbaccess/source/core/inc/ModelImpl.hxx
+++ b/dbaccess/source/core/inc/ModelImpl.hxx
@@ -277,7 +277,7 @@ public:
// XEventListener
/// @throws css::uno::RuntimeException
- void SAL_CALL disposing( const css::lang::EventObject& Source );
+ void disposing( const css::lang::EventObject& Source );
void setModified( bool bModified );
@@ -369,9 +369,9 @@ public:
const ::comphelper::SharedMutex& getSharedMutex() const { return m_aMutex; }
- void SAL_CALL acquire();
+ void acquire();
- void SAL_CALL release();
+ void release();
/// returns a all known data source settings, including their default values
static const AsciiPropertyValue* getDefaultDataSourceSettings();