summaryrefslogtreecommitdiff
path: root/slideshow/source/engine/slide/userpaintoverlay.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'slideshow/source/engine/slide/userpaintoverlay.hxx')
-rw-r--r--slideshow/source/engine/slide/userpaintoverlay.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/slideshow/source/engine/slide/userpaintoverlay.hxx b/slideshow/source/engine/slide/userpaintoverlay.hxx
index 706156466c97..4a9aef115844 100644
--- a/slideshow/source/engine/slide/userpaintoverlay.hxx
+++ b/slideshow/source/engine/slide/userpaintoverlay.hxx
@@ -2,7 +2,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -74,15 +74,15 @@ namespace slideshow
~UserPaintOverlay();
PolyPolygonVector getPolygons();
void drawPolygons();
-
+
private:
UserPaintOverlay( const RGBColor& rStrokeColor,
double nStrokeWidth,
const SlideShowContext& rContext,
const PolyPolygonVector& rPolygons );
- ::boost::shared_ptr<PaintOverlayHandler> mpHandler;
- EventMultiplexer& mrMultiplexer;
+ ::boost::shared_ptr<PaintOverlayHandler> mpHandler;
+ EventMultiplexer& mrMultiplexer;
};
}
}