summaryrefslogtreecommitdiff
path: root/connectivity/source/inc/TKeyValue.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'connectivity/source/inc/TKeyValue.hxx')
-rw-r--r--connectivity/source/inc/TKeyValue.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/connectivity/source/inc/TKeyValue.hxx b/connectivity/source/inc/TKeyValue.hxx
index b1df68b85209..eee4a5ced37c 100644
--- a/connectivity/source/inc/TKeyValue.hxx
+++ b/connectivity/source/inc/TKeyValue.hxx
@@ -54,7 +54,7 @@ namespace connectivity
}
inline void setValue(sal_Int32 nVal) { m_nValue = nVal; }
- ::rtl::OUString getKeyString(::std::vector<ORowSetValueDecoratorRef>::size_type i) const
+ OUString getKeyString(::std::vector<ORowSetValueDecoratorRef>::size_type i) const
{
OSL_ENSURE(m_aKeys.size() > i,"Wrong index for KEyValue");
return m_aKeys[i]->getValue();