summaryrefslogtreecommitdiff
path: root/ucb/source/sorter
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2006-08-29 10:08:19 +0000
committerIvo Hinkelmann <ihi@openoffice.org>2006-08-29 10:08:19 +0000
commit2efeb77e5344439d0851f7cbecc828077bdf72f0 (patch)
treedf36ae03ededd4740b81fe1fb8f138a018b8dc9c /ucb/source/sorter
parent72bf139366b14b17277444c2577934f987d4c544 (diff)
INTEGRATION: CWS warningfixes03_SRC680 (1.13.14); FILE MERGED
2006/08/18 13:59:11 mhu 1.13.14.1: #i68745# Fixed GCC 4.0.x warning(s).
Diffstat (limited to 'ucb/source/sorter')
-rw-r--r--ucb/source/sorter/sortresult.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/ucb/source/sorter/sortresult.cxx b/ucb/source/sorter/sortresult.cxx
index a84e3038cf29..6e36ba312012 100644
--- a/ucb/source/sorter/sortresult.cxx
+++ b/ucb/source/sorter/sortresult.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: sortresult.cxx,v $
*
- * $Revision: 1.13 $
+ * $Revision: 1.14 $
*
- * last change: $Author: kz $ $Date: 2006-07-19 17:01:15 $
+ * last change: $Author: ihi $ $Date: 2006-08-29 11:08:19 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -1513,7 +1513,7 @@ void SortedResultSet::CheckProperties( long nOldCount, sal_Bool bWasFinal )
// check for propertyChangeEvents
if ( nOldCount != GetCount() )
{
- sal_Bool bIsFinal;
+ sal_Bool bIsFinal = sal_False;
PropertyChangeEvent aEvt;
aEvt.PropertyName = OUString::createFromAscii( "RowCount" );