summaryrefslogtreecommitdiff
path: root/connectivity/source/inc/AutoRetrievingBase.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'connectivity/source/inc/AutoRetrievingBase.hxx')
-rw-r--r--connectivity/source/inc/AutoRetrievingBase.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/connectivity/source/inc/AutoRetrievingBase.hxx b/connectivity/source/inc/AutoRetrievingBase.hxx
index 74be60cb88a2..f24d94f7932a 100644
--- a/connectivity/source/inc/AutoRetrievingBase.hxx
+++ b/connectivity/source/inc/AutoRetrievingBase.hxx
@@ -32,10 +32,10 @@ namespace connectivity
OAutoRetrievingBase() : m_bAutoRetrievingEnabled(false) {}
virtual ~OAutoRetrievingBase(){}
- inline void enableAutoRetrievingEnabled(bool _bAutoEnable) { m_bAutoRetrievingEnabled = _bAutoEnable; }
- inline void setAutoRetrievingStatement(const OUString& _sStmt) { m_sGeneratedValueStatement = _sStmt; }
+ void enableAutoRetrievingEnabled(bool _bAutoEnable) { m_bAutoRetrievingEnabled = _bAutoEnable; }
+ void setAutoRetrievingStatement(const OUString& _sStmt) { m_sGeneratedValueStatement = _sStmt; }
public:
- inline bool isAutoRetrievingEnabled() const { return m_bAutoRetrievingEnabled; }
+ bool isAutoRetrievingEnabled() const { return m_bAutoRetrievingEnabled; }
/** transform the statement to query for auto generated values
@param _sInsertStatement