diff options
author | Kurt Zenker <kz@openoffice.org> | 2008-06-24 10:50:27 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2008-06-24 10:50:27 +0000 |
commit | ddb12feee4bd490c0019e3c4fd2ca076cf3f0ec9 (patch) | |
tree | 24c32be099103491048506772f1e90b5c3d5bc1b /cppcanvas | |
parent | 2a3af0877503e24740d9de851d379f8a4ece136e (diff) |
INTEGRATION: CWS canvas05 (1.7.38); FILE MERGED
2008/04/21 07:50:36 thb 1.7.38.2: RESYNC: (1.7-1.8); FILE MERGED
2007/10/01 13:41:45 thb 1.7.38.1: #i79258# Merge from CWS picom
Diffstat (limited to 'cppcanvas')
-rw-r--r-- | cppcanvas/source/wrapper/basegfxfactory.cxx | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/cppcanvas/source/wrapper/basegfxfactory.cxx b/cppcanvas/source/wrapper/basegfxfactory.cxx index 7a306470a104..debc296807cd 100644 --- a/cppcanvas/source/wrapper/basegfxfactory.cxx +++ b/cppcanvas/source/wrapper/basegfxfactory.cxx @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: basegfxfactory.cxx,v $ - * $Revision: 1.8 $ + * $Revision: 1.9 $ * * This file is part of OpenOffice.org. * @@ -30,19 +30,22 @@ // MARKER(update_precomp.py): autogen include statement, do not remove #include "precompiled_cppcanvas.hxx" + #include <rtl/instance.hxx> #include <osl/getglobalmutex.hxx> #include <osl/diagnose.h> + #include <com/sun/star/rendering/InterpolationMode.hpp> + #include <basegfx/polygon/b2dpolygon.hxx> #include <basegfx/polygon/b2dpolypolygon.hxx> #include <basegfx/tools/canvastools.hxx> #include <cppcanvas/basegfxfactory.hxx> -#include <implpolypolygon.hxx> -#include <implbitmap.hxx> -#include <impltext.hxx> +#include "implpolypolygon.hxx" +#include "implbitmap.hxx" +#include "impltext.hxx" using namespace ::com::sun::star; |