summaryrefslogtreecommitdiff
path: root/canvas/source/cairo/cairo_canvasfont.cxx
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2006-11-01 13:45:29 +0000
committerVladimir Glazounov <vg@openoffice.org>2006-11-01 13:45:29 +0000
commit86436b71e954dfda7987971ff9756cefe1f7ebb2 (patch)
tree89011f7ec9ca630a872eff72844eb135033b0258 /canvas/source/cairo/cairo_canvasfont.cxx
parent5eeb9fb37cbf429f8236bdd64f28f88d9af6c67d (diff)
INTEGRATION: CWS cairofixes02 (1.2.20); FILE MERGED
2006/10/09 16:30:31 radekdoulik 1.2.20.2: RESYNC: (1.2-1.3); FILE MERGED 2006/06/30 14:04:58 radekdoulik 1.2.20.1: #i65683# fixes problem of text bounds, visible in text animations, where the top of text was clipped out
Diffstat (limited to 'canvas/source/cairo/cairo_canvasfont.cxx')
-rw-r--r--canvas/source/cairo/cairo_canvasfont.cxx7
1 files changed, 4 insertions, 3 deletions
diff --git a/canvas/source/cairo/cairo_canvasfont.cxx b/canvas/source/cairo/cairo_canvasfont.cxx
index 0ef1501db20d..fe5a049c2f04 100644
--- a/canvas/source/cairo/cairo_canvasfont.cxx
+++ b/canvas/source/cairo/cairo_canvasfont.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: cairo_canvasfont.cxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: obo $ $Date: 2006-09-17 03:18:37 $
+ * last change: $Author: vg $ $Date: 2006-11-01 14:45:29 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -114,7 +114,8 @@ namespace cairocanvas
return new TextLayout( aText,
nDirection,
nRandomSeed,
- Reference( this ) );
+ Reference( this ),
+ mpRefDevice );
}
rendering::FontRequest SAL_CALL CanvasFont::getFontRequest( ) throw (uno::RuntimeException)