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.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/dbaccess/source/core/api/PrivateRow.cxx b/dbaccess/source/core/api/PrivateRow.cxx
index b102be08a354..af8eee0075c7 100644
--- a/dbaccess/source/core/api/PrivateRow.cxx
+++ b/dbaccess/source/core/api/PrivateRow.cxx
@@ -30,7 +30,7 @@ using namespace ::com::sun::star::lang;
using namespace ::com::sun::star::util;
using namespace ::com::sun::star;
-::sal_Bool SAL_CALL OPrivateRow::wasNull( ) throw (SQLException, RuntimeException, std::exception)
+sal_Bool SAL_CALL OPrivateRow::wasNull( ) throw (SQLException, RuntimeException, std::exception)
{
return m_aRow[m_nPos].isNull();
}
@@ -39,7 +39,7 @@ using namespace ::com::sun::star;
m_nPos = columnIndex;
return m_aRow[m_nPos];
}
- ::sal_Bool SAL_CALL OPrivateRow::getBoolean( ::sal_Int32 columnIndex ) throw (SQLException, RuntimeException, std::exception)
+ sal_Bool SAL_CALL OPrivateRow::getBoolean( ::sal_Int32 columnIndex ) throw (SQLException, RuntimeException, std::exception)
{
m_nPos = columnIndex;
return m_aRow[m_nPos];