Hi,
On Sep 17, 2012, at 2:46 PM, [email protected] wrote:
> +void WW8_WrtBookmarks::MoveFieldMarks(sal_uLong nFrom,sal_uLong nTo)
> +{
> + std::pair<CPItr,CPItr> aRange = aSttCps.equal_range(nFrom);
> + CPItr aItr = aRange.first;
> + while (aItr != aRange.second)
> + {
> + if (aItr->second)
> + {
> + if (aItr->second->first == nFrom)
the last line is a source of compiler warning:
sw/source/filter/ww8/wrtww8.cxx: In member function ‘void
WW8_WrtBookmarks::MoveFieldMarks(sal_uLong, sal_uLong)’:
sw/source/filter/ww8/wrtww8.cxx:315: warning: comparison between signed and
unsigned integer expressions
Can you please fix it?
--
Pavel Janík