diff options
author | Kurt Zenker <kz@openoffice.org> | 2008-06-24 10:51:18 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2008-06-24 10:51:18 +0000 |
commit | c4a6b34bd04a1663cd4fc2d4e5f5c9ca83721463 (patch) | |
tree | 6353fce4494a8d2196a809e35c64d6a2da75f147 /cppcanvas/source/wrapper | |
parent | 0b2e42bbea74c026e78c0359ff3d14f5dd4a9e03 (diff) |
INTEGRATION: CWS canvas05 (1.8.38); FILE MERGED
2008/04/21 07:50:39 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/implcustomsprite.cxx | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/cppcanvas/source/wrapper/implcustomsprite.cxx b/cppcanvas/source/wrapper/implcustomsprite.cxx index 8eacbcc73b0e..d151cf9d02a9 100644 --- a/cppcanvas/source/wrapper/implcustomsprite.cxx +++ b/cppcanvas/source/wrapper/implcustomsprite.cxx @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: implcustomsprite.cxx,v $ - * $Revision: 1.9 $ + * $Revision: 1.10 $ * * This file is part of OpenOffice.org. * @@ -30,10 +30,11 @@ // MARKER(update_precomp.py): autogen include statement, do not remove #include "precompiled_cppcanvas.hxx" + #include <basegfx/polygon/b2dpolypolygon.hxx> -#include <implcustomsprite.hxx> -#include <implcanvas.hxx> +#include "implcustomsprite.hxx" +#include "implcanvas.hxx" using namespace ::com::sun::star; |