summaryrefslogtreecommitdiff
path: root/slideshow
diff options
context:
space:
mode:
authorericb <ericb@ordinateur-de-eric-b-2.local>2010-01-06 16:41:04 +0100
committerericb <ericb@ordinateur-de-eric-b-2.local>2010-01-06 16:41:04 +0100
commit7e52f21b6b8717ebfd99f439eb8ffea8c121a363 (patch)
tree606292b6bfe826fd4655c5fa9cd3ca0b4c9cb816 /slideshow
parentd30bcd05298ef4d1d07ba53f9a78941df0681b6c (diff)
eraser01: #i103174# cosmetic changes before RfQA
Diffstat (limited to 'slideshow')
-rw-r--r--slideshow/source/engine/eventmultiplexer.cxx2
-rw-r--r--slideshow/source/engine/slide/slideimpl.cxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/slideshow/source/engine/eventmultiplexer.cxx b/slideshow/source/engine/eventmultiplexer.cxx
index ab36bf3d9e60..f59a1cf6a4f0 100644
--- a/slideshow/source/engine/eventmultiplexer.cxx
+++ b/slideshow/source/engine/eventmultiplexer.cxx
@@ -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(
diff --git a/slideshow/source/engine/slide/slideimpl.cxx b/slideshow/source/engine/slide/slideimpl.cxx
index c0302fd92909..ca90ae80427d 100644
--- a/slideshow/source/engine/slide/slideimpl.cxx
+++ b/slideshow/source/engine/slide/slideimpl.cxx
@@ -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();