From 0b2e42bbea74c026e78c0359ff3d14f5dd4a9e03 Mon Sep 17 00:00:00 2001 From: Kurt Zenker Date: Tue, 24 Jun 2008 10:51:06 +0000 Subject: [PATCH] INTEGRATION: CWS canvas05 (1.9.10); FILE MERGED 2008/04/21 07:50:42 thb 1.9.10.2: RESYNC: (1.9-1.10); FILE MERGED 2007/10/01 13:41:45 thb 1.9.10.1: #i79258# Merge from CWS picom --- cppcanvas/source/wrapper/implcanvas.cxx | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/cppcanvas/source/wrapper/implcanvas.cxx b/cppcanvas/source/wrapper/implcanvas.cxx index 740e0171ea06..7dac599a1b3a 100644 --- a/cppcanvas/source/wrapper/implcanvas.cxx +++ b/cppcanvas/source/wrapper/implcanvas.cxx @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: implcanvas.cxx,v $ - * $Revision: 1.10 $ + * $Revision: 1.11 $ * * This file is part of OpenOffice.org. * @@ -30,19 +30,20 @@ // MARKER(update_precomp.py): autogen include statement, do not remove #include "precompiled_cppcanvas.hxx" + #include #include #include #include + #include #include - #include -#include -#include -#include +#include "implfont.hxx" +#include "implcolor.hxx" +#include "implcanvas.hxx" using namespace ::com::sun::star;