diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-20 00:28:23 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-20 00:28:23 +0000 |
commit | 6e8f0994387d54b107efc8b8f355064ec1084cdc (patch) | |
tree | bc0d3b065a76b4bfd8315190e9096af1059c7801 /connectivity/source/drivers/flat | |
parent | 8c91904cca7d296b87c7f4c2e929ea8b33423249 (diff) |
INTEGRATION: CWS warnings01 (1.7.30); FILE MERGED
2005/11/07 14:43:35 fs 1.7.30.1: #i57457# warning-free code
Diffstat (limited to 'connectivity/source/drivers/flat')
-rw-r--r-- | connectivity/source/drivers/flat/ENoException.cxx | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/connectivity/source/drivers/flat/ENoException.cxx b/connectivity/source/drivers/flat/ENoException.cxx index 9bb0d05c7a45..203e80729206 100644 --- a/connectivity/source/drivers/flat/ENoException.cxx +++ b/connectivity/source/drivers/flat/ENoException.cxx @@ -4,9 +4,9 @@ * * $RCSfile: ENoException.cxx,v $ * - * $Revision: 1.7 $ + * $Revision: 1.8 $ * - * last change: $Author: rt $ $Date: 2005-09-08 06:00:35 $ + * last change: $Author: hr $ $Date: 2006-06-20 01:28:23 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -181,7 +181,6 @@ sal_Bool OFlatTable::seekRow(IResultSetHelper::Movement eCursorPosition, sal_Int // ---------------------------------------------------------- // Positionierung vorbereiten: - sal_uInt32 nTempPos = m_nFilePos; m_nFilePos = nCurPos; switch(eCursorPosition) |