summaryrefslogtreecommitdiff
path: root/ucb/source/ucp/ftp/ftpresultsetbase.hxx
diff options
context:
space:
mode:
authorAndreas Bille <abi@openoffice.org>2002-08-28 06:23:17 +0000
committerAndreas Bille <abi@openoffice.org>2002-08-28 06:23:17 +0000
commit596dca1ba20842c3820d4c6fd91dcd596614232a (patch)
treeb401044597f03ed3a28de2a5976b1a4086affb04 /ucb/source/ucp/ftp/ftpresultsetbase.hxx
parent66588fcf6a5a9fd90fa192eaaee2139426f3b894 (diff)
Simply saving
Diffstat (limited to 'ucb/source/ucp/ftp/ftpresultsetbase.hxx')
-rw-r--r--ucb/source/ucp/ftp/ftpresultsetbase.hxx11
1 files changed, 6 insertions, 5 deletions
diff --git a/ucb/source/ucp/ftp/ftpresultsetbase.hxx b/ucb/source/ucp/ftp/ftpresultsetbase.hxx
index 3fba3da8ca69..74aa984875c1 100644
--- a/ucb/source/ucp/ftp/ftpresultsetbase.hxx
+++ b/ucb/source/ucp/ftp/ftpresultsetbase.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: ftpresultsetbase.hxx,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: abi $ $Date: 2002-07-31 15:13:35 $
+ * last change: $Author: abi $ $Date: 2002-08-28 07:23:15 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -186,10 +186,11 @@ namespace ftp {
throw( com::sun::star::sdbc::SQLException,
com::sun::star::uno::RuntimeException)
{
+ rtl::OUString ret;
if( 0 <= m_nRow && m_nRow < m_aItems.size() )
- return m_aItems[m_nRow]->getString( columnIndex );
- else
- return rtl::OUString();
+ ret = m_aItems[m_nRow]->getString( columnIndex );
+
+ return ret;
}
virtual sal_Bool SAL_CALL