summaryrefslogtreecommitdiff
path: root/connectivity/source/commontools/TSkipDeletedSet.cxx
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2005-02-16 16:23:18 +0000
committerVladimir Glazounov <vg@openoffice.org>2005-02-16 16:23:18 +0000
commit5b4e9d9ea4e31268fff80ff7274afe48971cc6e0 (patch)
tree8b9dab8c2b7f4bb82cd4299ceb144cdf56cd81e5 /connectivity/source/commontools/TSkipDeletedSet.cxx
parent498b396d574d033d5639acac5a17626577f726dd (diff)
INTEGRATION: CWS dr33 (1.5.90); FILE MERGED
2005/02/14 16:33:52 dr 1.5.90.1: #i42367# remove non-ASCII characters from C++ sources
Diffstat (limited to 'connectivity/source/commontools/TSkipDeletedSet.cxx')
-rw-r--r--connectivity/source/commontools/TSkipDeletedSet.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/connectivity/source/commontools/TSkipDeletedSet.cxx b/connectivity/source/commontools/TSkipDeletedSet.cxx
index 071895b55537..c69089dbdd3e 100644
--- a/connectivity/source/commontools/TSkipDeletedSet.cxx
+++ b/connectivity/source/commontools/TSkipDeletedSet.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: TSkipDeletedSet.cxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: rt $ $Date: 2004-03-02 12:32:14 $
+ * last change: $Author: vg $ $Date: 2005-02-16 17:23:18 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -168,7 +168,7 @@ sal_Bool OSkipDeletedSet::skipDeleted(IResultSetHelper::Movement _eCursorPositio
bDone = sal_False;
}
- while (bDataFound && !bDone) // solange iterieren bis man auf einem gltigen Satz ist
+ while (bDataFound && !bDone) // solange iterieren bis man auf einem gueltigen Satz ist
{
bDataFound = m_pHelper->move(eDelPosition, 1, _bRetrieveData);
if (_eCursorPosition != IResultSetHelper::RELATIVE)