eraser01: #i103174# cosmetic changes before RfQA
This commit is contained in:
parent
d30bcd0529
commit
7e52f21b6b
2 changed files with 2 additions and 2 deletions
|
@ -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(
|
||||
|
|
|
@ -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();
|
||||
|
|
Loading…
Reference in a new issue