diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2008-08-19 23:56:50 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2008-08-19 23:56:50 +0000 |
commit | 8f2547ad4a3f74e2764dfacdeeae6de3732fed1d (patch) | |
tree | 6255ff461bc1e79375d840f6fc6e2e10142ce09c /goodies | |
parent | 1b7e66da53f16ca54ec62369f9f1c2cd72d47423 (diff) |
INTEGRATION: CWS aw033 (1.7.32); FILE MERGED
2008/05/14 15:31:21 aw 1.7.32.2: RESYNC: (1.7-1.8); FILE MERGED
2007/01/22 11:00:48 aw 1.7.32.1: changes after resync
Diffstat (limited to 'goodies')
-rw-r--r-- | goodies/source/filter.vcl/icgm/class4.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/goodies/source/filter.vcl/icgm/class4.cxx b/goodies/source/filter.vcl/icgm/class4.cxx index 4da5285c2e7d..ee63d9636696 100644 --- a/goodies/source/filter.vcl/icgm/class4.cxx +++ b/goodies/source/filter.vcl/icgm/class4.cxx @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: class4.cxx,v $ - * $Revision: 1.8 $ + * $Revision: 1.9 $ * * This file is part of OpenOffice.org. * @@ -31,10 +31,10 @@ // MARKER(update_precomp.py): autogen include statement, do not remove #include "precompiled_goodies.hxx" -#include <math.h> #include <main.hxx> #include <chart.hxx> #include <outact.hxx> +#include <math.h> using namespace ::com::sun::star; |