summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/inc/indexdialog.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'dbaccess/source/ui/inc/indexdialog.hxx')
-rw-r--r--dbaccess/source/ui/inc/indexdialog.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/dbaccess/source/ui/inc/indexdialog.hxx b/dbaccess/source/ui/inc/indexdialog.hxx
index b95418ed3911..1890fcd0e55f 100644
--- a/dbaccess/source/ui/inc/indexdialog.hxx
+++ b/dbaccess/source/ui/inc/indexdialog.hxx
@@ -61,7 +61,7 @@ namespace dbaui
void SelectNoHandlerCall( SvTreeListEntry* pEntry );
- inline void setConnection(const css::uno::Reference< css::sdbc::XConnection >& _rxConnection)
+ void setConnection(const css::uno::Reference< css::sdbc::XConnection >& _rxConnection)
{
m_xConnection = _rxConnection;
}