summaryrefslogtreecommitdiff
path: root/connectivity/source/drivers/macab/MacabConnection.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'connectivity/source/drivers/macab/MacabConnection.hxx')
-rw-r--r--connectivity/source/drivers/macab/MacabConnection.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/connectivity/source/drivers/macab/MacabConnection.hxx b/connectivity/source/drivers/macab/MacabConnection.hxx
index 93d395a28d0f..01bcae6b91df 100644
--- a/connectivity/source/drivers/macab/MacabConnection.hxx
+++ b/connectivity/source/drivers/macab/MacabConnection.hxx
@@ -111,7 +111,7 @@ namespace connectivity
css::uno::Reference< css::sdbcx::XTablesSupplier > SAL_CALL createCatalog();
// accessors
- inline MacabDriver* getDriver() const { return m_pDriver;}
+ MacabDriver* getDriver() const { return m_pDriver;}
MacabAddressBook* getAddressBook() const;
};
}