diff options
Diffstat (limited to 'connectivity/source/inc/TKeyValue.hxx')
-rw-r--r-- | connectivity/source/inc/TKeyValue.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/connectivity/source/inc/TKeyValue.hxx b/connectivity/source/inc/TKeyValue.hxx index 161d475fd731..e308b91a278d 100644 --- a/connectivity/source/inc/TKeyValue.hxx +++ b/connectivity/source/inc/TKeyValue.hxx @@ -52,7 +52,6 @@ namespace connectivity { m_aKeys.push_back(_aValueRef); } - inline void setValue(sal_Int32 nVal) { m_nValue = nVal; } OUString getKeyString(::std::vector<ORowSetValueDecoratorRef>::size_type i) const { |