Kaydet (Commit) cb8c7aed authored tarafından Rüdiger Timm's avatar Rüdiger Timm

INTEGRATION: CWS pj87 (1.17.12); FILE MERGED

2007/11/01 08:23:01 pjanik 1.17.12.1: #i83185#: Prevent warnings on unxlngx6.
üst 20a04ae2
...@@ -4,9 +4,9 @@ ...@@ -4,9 +4,9 @@
* *
* $RCSfile: XmlIndex.cxx,v $ * $RCSfile: XmlIndex.cxx,v $
* *
* $Revision: 1.17 $ * $Revision: 1.18 $
* *
* last change: $Author: hr $ $Date: 2007-08-03 09:57:10 $ * last change: $Author: rt $ $Date: 2007-11-13 14:19:23 $
* *
* The Contents of this file are made available subject to * The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1. * the terms of GNU Lesser General Public License Version 2.1.
...@@ -338,7 +338,7 @@ XmlIndex::~XmlIndex() ...@@ -338,7 +338,7 @@ XmlIndex::~XmlIndex()
void XmlIndex::reset() void XmlIndex::reset()
{ {
maxDocNumberInCache_ = ( allInCache_ ? ( microIndexOffsets_.size() - 1 ) : sal_Int32( -1 ) ); maxDocNumberInCache_ = allInCache_ ? static_cast<sal_Int32>(microIndexOffsets_.size()) - 1 : -1;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment