diff options
author | Kurt Zenker <kz@openoffice.org> | 2006-12-13 13:39:34 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2006-12-13 13:39:34 +0000 |
commit | cfcd332fa29e569485c6c7e10abd9b65b741ec12 (patch) | |
tree | 04f3b6e46d6b907343fa543ab7440210cc464ad7 /canvas | |
parent | 4c3cb25fbd436cac444ccc668fbd1ae5b39d7ab5 (diff) |
INTEGRATION: CWS presfixes09 (1.3.8); FILE MERGED
2006/10/18 13:56:02 thb 1.3.8.2: RESYNC: (1.3-1.4); FILE MERGED
2006/04/20 15:13:25 thb 1.3.8.1: #i10000# Fixed merge problems
Diffstat (limited to 'canvas')
-rw-r--r-- | canvas/source/cairo/cairo_canvashelper_text.cxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/canvas/source/cairo/cairo_canvashelper_text.cxx b/canvas/source/cairo/cairo_canvashelper_text.cxx index cd3e790fb763..ecebca034394 100644 --- a/canvas/source/cairo/cairo_canvashelper_text.cxx +++ b/canvas/source/cairo/cairo_canvashelper_text.cxx @@ -4,9 +4,9 @@ * * $RCSfile: cairo_canvashelper_text.cxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: obo $ $Date: 2006-09-17 03:19:05 $ + * last change: $Author: kz $ $Date: 2006-12-13 14:39:34 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -44,6 +44,7 @@ #include <vcl/metric.hxx> #include <vcl/canvastools.hxx> +#include <basegfx/polygon/b2dpolypolygon.hxx> #include <basegfx/tools/canvastools.hxx> #include "cairo_spritecanvas.hxx" |