summaryrefslogtreecommitdiff
path: root/sd/source/ui/presenter/PresenterCanvas.cxx
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2008-06-24 10:12:46 +0000
committerKurt Zenker <kz@openoffice.org>2008-06-24 10:12:46 +0000
commit1f93089d26ef977ddcd66150fb327f2c72549b95 (patch)
tree2420bce8746fa1ca85a46ae827997c7fa1628c08 /sd/source/ui/presenter/PresenterCanvas.cxx
parent9d9ce1a8daf4ab9737f86e7301210f4cf6939fd1 (diff)
INTEGRATION: CWS canvas05 (1.2.2); FILE MERGED
2008/04/21 07:34:16 thb 1.2.2.2: RESYNC: (1.2-1.3); FILE MERGED 2008/04/09 07:23:43 thb 1.2.2.1: Fixed post-resync build breakage (missing include, changed method name)
Diffstat (limited to 'sd/source/ui/presenter/PresenterCanvas.cxx')
-rw-r--r--sd/source/ui/presenter/PresenterCanvas.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sd/source/ui/presenter/PresenterCanvas.cxx b/sd/source/ui/presenter/PresenterCanvas.cxx
index f4948e426d93..131e4d7ed773 100644
--- a/sd/source/ui/presenter/PresenterCanvas.cxx
+++ b/sd/source/ui/presenter/PresenterCanvas.cxx
@@ -8,7 +8,7 @@
*
* $RCSfile: PresenterCanvas.cxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
* This file is part of OpenOffice.org.
*
@@ -888,7 +888,7 @@ css::rendering::ViewState PresenterCanvas::MergeViewState (
// Clip the view state clipping polygon against the local clip rectangle.
const ::basegfx::B2DPolyPolygon aClipPolygon (
- ::canvas::tools::polyPolygonFromXPolyPolygon2D(
+ ::basegfx::unotools::b2DPolyPolygonFromXPolyPolygon2D(
aViewState.Clip));
const ::basegfx::B2DPolyPolygon aClippedClipPolygon (
::basegfx::tools::clipPolyPolygonOnRange(