summaryrefslogtreecommitdiff
path: root/sdext/source/presenter/PresenterNotesView.cxx
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2008-07-25 06:13:14 +0000
committerOliver Bolte <obo@openoffice.org>2008-07-25 06:13:14 +0000
commitf19fc59eeba19280237aeb2963ce1fb21feb05d0 (patch)
treea843039fbfc7e534228b8297f19090230c21e6c5 /sdext/source/presenter/PresenterNotesView.cxx
parent5a9e2f1f61115e265eeb6c7c8b3522a4bf93f29b (diff)
INTEGRATION: CWS impress148 (1.5.30); FILE MERGED
2008/07/24 07:59:18 cl 1.5.30.3: fixed merge conflicts 2008/07/23 15:53:54 cl 1.5.30.2: RESYNC: (1.5-1.6); FILE MERGED 2008/07/16 12:47:57 af 1.5.30.1: #i91701# Use only 4 component colors.
Diffstat (limited to 'sdext/source/presenter/PresenterNotesView.cxx')
-rw-r--r--sdext/source/presenter/PresenterNotesView.cxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/sdext/source/presenter/PresenterNotesView.cxx b/sdext/source/presenter/PresenterNotesView.cxx
index d04d98b4ff43..c145fa36cef8 100644
--- a/sdext/source/presenter/PresenterNotesView.cxx
+++ b/sdext/source/presenter/PresenterNotesView.cxx
@@ -8,7 +8,7 @@
*
* $RCSfile: PresenterNotesView.cxx,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
* This file is part of OpenOffice.org.
*
@@ -692,7 +692,7 @@ void PresenterNotesView::PaintToolBar (const awt::Rectangle& rUpdateBox)
rendering::RenderState aRenderState(
geometry::AffineMatrix2D(1,0,0, 0,1,0),
NULL,
- Sequence<double>(3),
+ Sequence<double>(4),
rendering::CompositeOperation::SOURCE);
if (mpBackground.get() != NULL)
@@ -709,6 +709,7 @@ void PresenterNotesView::PaintToolBar (const awt::Rectangle& rUpdateBox)
// Paint the horizontal separator.
OSL_ASSERT(mxViewId.is());
PresenterCanvasHelper::SetDeviceColor(aRenderState, maSeparatorColor);
+
mxCanvas->drawLine(
geometry::RealPoint2D(0,mnSeparatorYLocation),
geometry::RealPoint2D(aWindowBox.Width,mnSeparatorYLocation),