From 5b4e9d9ea4e31268fff80ff7274afe48971cc6e0 Mon Sep 17 00:00:00 2001 From: Vladimir Glazounov Date: Wed, 16 Feb 2005 16:23:18 +0000 Subject: 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 --- connectivity/source/commontools/TSkipDeletedSet.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'connectivity/source/commontools/TSkipDeletedSet.cxx') 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 gültigen 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) -- cgit