diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 19:22:34 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 19:22:34 +0000 |
commit | 211baf37884a49dd63e71d9fa52e5fb3c03fd7a8 (patch) | |
tree | cc35f8187887c13d4c6264ee4595ff07310bdedd | |
parent | 490d3df5be67589e5fa947e78e769583d2c62941 (diff) |
INTEGRATION: CWS vgbugs07 (1.22.240); FILE MERGED
2007/06/04 13:29:38 vg 1.22.240.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01
-rw-r--r-- | vcl/source/gdi/print2.cxx | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/vcl/source/gdi/print2.cxx b/vcl/source/gdi/print2.cxx index e0bc2153d5d3..ab266d983861 100644 --- a/vcl/source/gdi/print2.cxx +++ b/vcl/source/gdi/print2.cxx @@ -4,9 +4,9 @@ * * $RCSfile: print2.cxx,v $ * - * $Revision: 1.22 $ + * $Revision: 1.23 $ * - * last change: $Author: obo $ $Date: 2006-09-17 12:09:54 $ + * last change: $Author: hr $ $Date: 2007-06-27 20:22:34 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -48,31 +48,31 @@ #include <tools/debug.hxx> #endif #ifndef _SV_VIRDEV_HXX -#include <virdev.hxx> +#include <vcl/virdev.hxx> #endif #ifndef _SV_METAACT_HXX -#include <metaact.hxx> +#include <vcl/metaact.hxx> #endif #ifndef _SV_GDIMTF_HXX -#include <gdimtf.hxx> +#include <vcl/gdimtf.hxx> #endif #ifndef _SV_PRINT_H -#include <print.h> +#include <vcl/print.h> #endif #ifndef _SV_SALBTYPE_HXX -#include <salbtype.hxx> +#include <vcl/salbtype.hxx> #endif #ifndef _SV_PRINT_HXX -#include <print.hxx> +#include <vcl/print.hxx> #endif #ifndef _SV_SVAPP_HXX -#include <svapp.hxx> +#include <vcl/svapp.hxx> #endif #ifndef _SV_SALLAYOUT_HXX -#include <sallayout.hxx> +#include <vcl/sallayout.hxx> #endif #ifndef _SV_BMPACC_HXX -#include "bmpacc.hxx" +#include <vcl/bmpacc.hxx> #endif // ----------- |