summaryrefslogtreecommitdiff
path: root/ucb
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-01-24 14:50:41 +0000
committerCaolán McNamara <caolanm@redhat.com>2011-01-24 14:50:41 +0000
commitb93aee14736e65b13887ad0d1ebb32f214d3cb05 (patch)
tree2e3b53637706414c3c8fc7962028a145f7da5fae /ucb
parent8b3801e24fb3ba3d8bc5283ffff83d19bd0d369f (diff)
WaE: gcc 4.6.0 various warnings
Diffstat (limited to 'ucb')
-rw-r--r--ucb/source/sorter/sortresult.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/ucb/source/sorter/sortresult.cxx b/ucb/source/sorter/sortresult.cxx
index c18535d395..02f2d05be8 100644
--- a/ucb/source/sorter/sortresult.cxx
+++ b/ucb/source/sorter/sortresult.cxx
@@ -1469,7 +1469,7 @@ void SortedResultSet::Initialize(
// insert some dummy entries first and replace then
// the entries with the right ones
- sal_uInt32 i;
+ size_t i;
for ( i=1; i<maS2O.Count(); i++ )
maO2S.Insert( (void*) 0, i ); // Insert( data, pos )