eraser01: #i103174# cosmetic changes before RfQA

This commit is contained in:
ericb 2010-01-06 16:41:04 +01:00
parent d30bcd0529
commit 7e52f21b6b
2 changed files with 2 additions and 2 deletions

View file

@ -1071,7 +1071,7 @@ bool EventMultiplexer::notifyUserPaintStrokeWidth( double rUserStrokeWidth )
_1,
rUserStrokeWidth));
}
//NELLE a regarder de plus près
bool EventMultiplexer::notifyUserPaintDisabled()
{
return mpImpl->maUserPaintEventHandlers.applyAll(

View file

@ -913,7 +913,7 @@ void SlideImpl::drawPolygons() const
void SlideImpl::addPolygons(PolyPolygonVector aPolygons)
{
if(!aPolygons.empty()) /* FIXME : was if(aPolygons.size() != 0) */
if(!aPolygons.empty())
{
for( PolyPolygonVector::iterator aIter=aPolygons.begin(),
aEnd=aPolygons.end();