diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 19:58:39 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 19:58:39 +0000 |
commit | b5f2b167e0e363d96993226642f2f69db91ded47 (patch) | |
tree | ab57de9a19c65b989669a52524cb2564451db784 /vcl | |
parent | 9ef27b38e5724c691b092b27d16100000819aa97 (diff) |
INTEGRATION: CWS vgbugs07 (1.4.240); FILE MERGED
2007/06/04 13:30:04 vg 1.4.240.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01
Diffstat (limited to 'vcl')
-rwxr-xr-x | vcl/workben/outdevgrind.cxx | 30 |
1 files changed, 15 insertions, 15 deletions
diff --git a/vcl/workben/outdevgrind.cxx b/vcl/workben/outdevgrind.cxx index 291df6eee2e2..c32e2d259949 100755 --- a/vcl/workben/outdevgrind.cxx +++ b/vcl/workben/outdevgrind.cxx @@ -4,9 +4,9 @@ * * $RCSfile: outdevgrind.cxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: ihi $ $Date: 2007-06-05 17:48:08 $ + * last change: $Author: hr $ $Date: 2007-06-27 20:58:39 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -49,19 +49,19 @@ #include <ucbhelper/contentbroker.hxx> #include <ucbhelper/configurationkeys.hxx> -#include <svapp.hxx> -#include <dialog.hxx> -#include <outdev.hxx> -#include <virdev.hxx> -#include <hatch.hxx> -#include <bitmap.hxx> -#include <wall.hxx> -#include <image.hxx> -#include <gdimtf.hxx> -#include <metaact.hxx> -#include <bitmapex.hxx> -#include <gradient.hxx> -#include <lineinfo.hxx> +#include <vcl/svapp.hxx> +#include <vcl/dialog.hxx> +#include <vcl/outdev.hxx> +#include <vcl/virdev.hxx> +#include <vcl/hatch.hxx> +#include <vcl/bitmap.hxx> +#include <vcl/wall.hxx> +#include <vcl/image.hxx> +#include <vcl/gdimtf.hxx> +#include <vcl/metaact.hxx> +#include <vcl/bitmapex.hxx> +#include <vcl/gradient.hxx> +#include <vcl/lineinfo.hxx> #include <tools/string.hxx> #include <osl/time.h> |