summaryrefslogtreecommitdiff
path: root/ucb/source/sorter/sortresult.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'ucb/source/sorter/sortresult.cxx')
-rw-r--r--ucb/source/sorter/sortresult.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/ucb/source/sorter/sortresult.cxx b/ucb/source/sorter/sortresult.cxx
index 089946a4f7de..4e72d45932ed 100644
--- a/ucb/source/sorter/sortresult.cxx
+++ b/ucb/source/sorter/sortresult.cxx
@@ -1133,8 +1133,8 @@ long SortedResultSet::CompareImpl( Reference < XResultSet > xResultOne,
if ( !nTmp ) {
nTmp = (sal_Int32) aTwo.Seconds - (sal_Int32) aOne.Seconds;
if ( !nTmp )
- nTmp = (sal_Int32) aTwo.HundredthSeconds
- - (sal_Int32) aOne.HundredthSeconds;
+ nTmp = (sal_Int32) aTwo.NanoSeconds
+ - (sal_Int32) aOne.NanoSeconds;
}}
if ( nTmp < 0 )
@@ -1168,8 +1168,8 @@ long SortedResultSet::CompareImpl( Reference < XResultSet > xResultOne,
if ( !nTmp ) {
nTmp = (sal_Int32) aTwo.Seconds - (sal_Int32) aOne.Seconds;
if ( !nTmp )
- nTmp = (sal_Int32) aTwo.HundredthSeconds
- - (sal_Int32) aOne.HundredthSeconds;
+ nTmp = (sal_Int32) aTwo.NanoSeconds
+ - (sal_Int32) aOne.NanoSeconds;
}}}}}
if ( nTmp < 0 )