summaryrefslogtreecommitdiff
path: root/dbaccess/source/core/api/PrivateRow.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'dbaccess/source/core/api/PrivateRow.cxx')
-rw-r--r--dbaccess/source/core/api/PrivateRow.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/dbaccess/source/core/api/PrivateRow.cxx b/dbaccess/source/core/api/PrivateRow.cxx
index dd2533c5c21f..465fc3e47f7b 100644
--- a/dbaccess/source/core/api/PrivateRow.cxx
+++ b/dbaccess/source/core/api/PrivateRow.cxx
@@ -34,7 +34,7 @@ using namespace ::com::sun::star;
{
return m_aRow[m_nPos].isNull();
}
- ::rtl::OUString SAL_CALL OPrivateRow::getString( ::sal_Int32 columnIndex ) throw (SQLException, RuntimeException)
+ OUString SAL_CALL OPrivateRow::getString( ::sal_Int32 columnIndex ) throw (SQLException, RuntimeException)
{
m_nPos = columnIndex;
return m_aRow[m_nPos];