diff options
author | Kurt Zenker <kz@openoffice.org> | 2008-06-24 10:51:31 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2008-06-24 10:51:31 +0000 |
commit | 5056b57b9d37295f4b2a8cda0f02b5a11050b873 (patch) | |
tree | d9028f87d12a52c4ae0f8eaf7a26159836350c0c /cppcanvas/source/wrapper | |
parent | c4a6b34bd04a1663cd4fc2d4e5f5c9ca83721463 (diff) |
INTEGRATION: CWS canvas05 (1.8.38); FILE MERGED
2008/04/21 07:50:51 thb 1.8.38.2: RESYNC: (1.8-1.9); FILE MERGED
2007/10/01 13:41:45 thb 1.8.38.1: #i79258# Merge from CWS picom
Diffstat (limited to 'cppcanvas/source/wrapper')
-rw-r--r-- | cppcanvas/source/wrapper/implpolypolygon.cxx | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/cppcanvas/source/wrapper/implpolypolygon.cxx b/cppcanvas/source/wrapper/implpolypolygon.cxx index 3eac3cc80d9b..283256be01a8 100644 --- a/cppcanvas/source/wrapper/implpolypolygon.cxx +++ b/cppcanvas/source/wrapper/implpolypolygon.cxx @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: implpolypolygon.cxx,v $ - * $Revision: 1.9 $ + * $Revision: 1.10 $ * * This file is part of OpenOffice.org. * @@ -30,14 +30,18 @@ // MARKER(update_precomp.py): autogen include statement, do not remove #include "precompiled_cppcanvas.hxx" + #include <rtl/math.hxx> + +#include <com/sun/star/rendering/XCanvas.hpp> #include <com/sun/star/rendering/PathJoinType.hpp> #include <com/sun/star/rendering/PathCapType.hpp> + #include <basegfx/matrix/b2dhommatrix.hxx> #include <basegfx/tools/canvastools.hxx> -#include <implpolypolygon.hxx> -#include <tools.hxx> +#include "implpolypolygon.hxx" +#include "tools.hxx" using namespace ::com::sun::star; |