summaryrefslogtreecommitdiff
path: root/canvas
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2007-07-17 13:26:21 +0000
committerOliver Bolte <obo@openoffice.org>2007-07-17 13:26:21 +0000
commitb088e4191610c778d616f49088a8302204082baf (patch)
treef41aed57afcafebecb3c44c01240e72846f5efea /canvas
parente677e0834bca7a004fddfb0c99cc58271b5d1a9e (diff)
INTEGRATION: CWS presfixes12 (1.9.18); FILE MERGED
2007/04/17 14:32:16 thb 1.9.18.2: #i37778# Added better sprite debugging facilities 2007/02/20 22:23:09 thb 1.9.18.1: #i37778# Added XCanvas::clear() method throughout all implementations
Diffstat (limited to 'canvas')
-rw-r--r--canvas/source/vcl/spritecanvashelper.cxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/canvas/source/vcl/spritecanvashelper.cxx b/canvas/source/vcl/spritecanvashelper.cxx
index e8952bf44e9c..105ae94beff4 100644
--- a/canvas/source/vcl/spritecanvashelper.cxx
+++ b/canvas/source/vcl/spritecanvashelper.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: spritecanvashelper.cxx,v $
*
- * $Revision: 1.9 $
+ * $Revision: 1.10 $
*
- * last change: $Author: kz $ $Date: 2006-12-13 14:49:07 $
+ * last change: $Author: obo $ $Date: 2007-07-17 14:26:21 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -182,6 +182,7 @@ namespace vclcanvas
aVCLFont.SetHeight( 20 );
aVCLFont.SetColor( Color( INFO_COLOR ) );
+ rOutDev.SetTextAlign(ALIGN_TOP);
rOutDev.SetTextColor( Color( INFO_COLOR ) );
rOutDev.SetFont( aVCLFont );