diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2008-08-19 22:57:28 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2008-08-19 22:57:28 +0000 |
commit | 4becd79daa5dbd68c49009b5e6a56b0a31904220 (patch) | |
tree | 529668258aaabc24e689e85e47b84cd6ceef8f8e /basegfx | |
parent | c7b3a53b568a2b291688b8f087a851d5a11a7bf0 (diff) |
INTEGRATION: CWS aw033 (1.4.6); FILE MERGED
2008/05/27 14:08:44 aw 1.4.6.1: #i39532# changes DEV300 m12 resync corrections
Diffstat (limited to 'basegfx')
-rw-r--r-- | basegfx/inc/basegfx/tools/debugplotter.hxx | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/basegfx/inc/basegfx/tools/debugplotter.hxx b/basegfx/inc/basegfx/tools/debugplotter.hxx index ea584b2de72a..f91446ac3148 100644 --- a/basegfx/inc/basegfx/tools/debugplotter.hxx +++ b/basegfx/inc/basegfx/tools/debugplotter.hxx @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: debugplotter.hxx,v $ - * $Revision: 1.4 $ + * $Revision: 1.5 $ * * This file is part of OpenOffice.org. * @@ -37,11 +37,9 @@ #include <basegfx/polygon/b2dpolygon.hxx> #include <basegfx/polygon/b2dpolypolygon.hxx> #include <rtl/string.hxx> - #include <boost/utility.hpp> // for noncopyable #include <vector> #include <utility> - #include <iostream> |