summaryrefslogtreecommitdiff
path: root/connectivity/source/drivers/macab/MacabCatalog.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'connectivity/source/drivers/macab/MacabCatalog.hxx')
-rw-r--r--connectivity/source/drivers/macab/MacabCatalog.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/connectivity/source/drivers/macab/MacabCatalog.hxx b/connectivity/source/drivers/macab/MacabCatalog.hxx
index cf79a19ea889..ef6088a991a8 100644
--- a/connectivity/source/drivers/macab/MacabCatalog.hxx
+++ b/connectivity/source/drivers/macab/MacabCatalog.hxx
@@ -35,7 +35,7 @@ namespace connectivity
public:
explicit MacabCatalog(MacabConnection* _pCon);
- inline MacabConnection* getConnection() const { return m_pConnection; }
+ MacabConnection* getConnection() const { return m_pConnection; }
static const OUString& getDot();