diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2008-08-19 23:33:32 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2008-08-19 23:33:32 +0000 |
commit | c1528ac98169a3190f1795799e4973995cae0fb0 (patch) | |
tree | a142438414df872f7caa8e879831ba301535630e /vcl | |
parent | 2eadc98640915cfc179cd725cb118d67bd4e6bd4 (diff) |
INTEGRATION: CWS aw033 (1.20.22); FILE MERGED
2008/06/25 13:10:27 aw 1.20.22.10: RESYNC: (1.26-1.28); FILE MERGED
2008/05/14 15:08:36 aw 1.20.22.9: RESYNC: (1.25-1.26); FILE MERGED
2008/03/14 14:36:08 cl 1.20.22.8: RESYNC: (1.24-1.25); FILE MERGED
2007/12/03 16:42:14 aw 1.20.22.7: RESYNC: (1.23-1.24); FILE MERGED
2007/10/17 09:52:38 aw 1.20.22.6: #i82615# added this task from CWS vcl83 early
2007/08/09 20:01:52 aw 1.20.22.5: RESYNC: (1.21-1.23); FILE MERGED
2007/07/06 13:36:12 aw 1.20.22.4: #i39532# smaller errors corrected
2007/05/23 22:09:49 aw 1.20.22.3: RESYNC: (1.20-1.21); FILE MERGED
2007/04/12 14:00:59 hdu 1.20.22.2: #i75669# add B2D OutputDevice::GetView*Transformation() method
2007/03/26 11:02:46 hdu 1.20.22.1: #i75669# add support for basegfx polygon transformations
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/source/gdi/outmap.cxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/vcl/source/gdi/outmap.cxx b/vcl/source/gdi/outmap.cxx index 8d68823837af..6ff1cf8ac706 100644 --- a/vcl/source/gdi/outmap.cxx +++ b/vcl/source/gdi/outmap.cxx @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: outmap.cxx,v $ - * $Revision: 1.28 $ + * $Revision: 1.29 $ * * This file is part of OpenOffice.org. * @@ -52,7 +52,6 @@ #include <vcl/outdev.hxx> #include <vcl/outdev.h> #include <vcl/salgdi.hxx> - #include <basegfx/matrix/b2dhommatrix.hxx> #include <basegfx/polygon/b2dpolypolygon.hxx> |