summaryrefslogtreecommitdiff
path: root/cppcanvas/source/wrapper/implcanvas.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'cppcanvas/source/wrapper/implcanvas.cxx')
-rw-r--r--cppcanvas/source/wrapper/implcanvas.cxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/cppcanvas/source/wrapper/implcanvas.cxx b/cppcanvas/source/wrapper/implcanvas.cxx
index 2fb6debc0eae..d871ac345915 100644
--- a/cppcanvas/source/wrapper/implcanvas.cxx
+++ b/cppcanvas/source/wrapper/implcanvas.cxx
@@ -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
@@ -73,10 +73,10 @@ namespace cppcanvas
::basegfx::B2DHomMatrix ImplCanvas::getTransformation() const
{
::basegfx::B2DHomMatrix aMatrix;
- return ::canvas::tools::getViewStateTransform( aMatrix,
+ return ::canvas::tools::getViewStateTransform( aMatrix,
maViewState );
}
-
+
void ImplCanvas::setClip( const ::basegfx::B2DPolyPolygon& rClipPoly )
{
// TODO(T3): not thread-safe. B2DPolyPolygon employs copy-on-write
@@ -99,7 +99,7 @@ namespace cppcanvas
{
return FontSharedPtr( new ImplFont( getUNOCanvas(), rFontName, rCellSize ) );
}
-
+
ColorSharedPtr ImplCanvas::createColor() const
{
return ColorSharedPtr( new ImplColor( getUNOCanvas()->getDevice() ) );
@@ -109,7 +109,7 @@ namespace cppcanvas
{
return CanvasSharedPtr( new ImplCanvas( *this ) );
}
-
+
void ImplCanvas::clear() const
{
OSL_ENSURE( mxCanvas.is(), "ImplCanvas::clear(): Invalid XCanvas" );