summaryrefslogtreecommitdiff
path: root/ucb
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2006-07-19 16:00:11 +0000
committerKurt Zenker <kz@openoffice.org>2006-07-19 16:00:11 +0000
commit5271bd2c86f95d588a8ff8b0832d7c1bb88114bc (patch)
treeda752f515247135eb28b17e647bac1f57c58b4b5 /ucb
parentac6ad3e2c962f2e9ccbf9a9f487bf9f123d47551 (diff)
INTEGRATION: CWS warningfixes02 (1.9.4); FILE MERGED
2006/06/30 12:19:52 sb 1.9.4.1: #i66577# Made the code compile (warning-free) on a unxlngi6.pro GCC 4.1.1 Linux box.
Diffstat (limited to 'ucb')
-rw-r--r--ucb/source/sorter/sortdynres.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/ucb/source/sorter/sortdynres.cxx b/ucb/source/sorter/sortdynres.cxx
index e0c8dd5c63d7..863486e496dd 100644
--- a/ucb/source/sorter/sortdynres.cxx
+++ b/ucb/source/sorter/sortdynres.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: sortdynres.cxx,v $
*
- * $Revision: 1.9 $
+ * $Revision: 1.10 $
*
- * last change: $Author: hr $ $Date: 2006-06-20 05:18:09 $
+ * last change: $Author: kz $ $Date: 2006-07-19 17:00:11 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -365,7 +365,7 @@ SortedDynamicResultSet::impl_notify( const ListEvent& Changes )
catch ( WrappedTargetException ) {}
long nOldCount = pCurSet->GetCount();
- sal_Bool bWasFinal;
+ sal_Bool bWasFinal = false;
aRet >>= bWasFinal;