diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 22:36:24 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 22:36:24 +0000 |
commit | b3c684c2e103f19c4185bf1bab6d559d9d80a6a9 (patch) | |
tree | 153ca882270819383a2332d9e36f0428a9490ed9 /sfx2 | |
parent | e53a2c910c7dddf55bde727867093d034753be0f (diff) |
INTEGRATION: CWS vgbugs07 (1.26.98); FILE MERGED
2007/06/04 13:35:04 vg 1.26.98.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01
Diffstat (limited to 'sfx2')
-rw-r--r-- | sfx2/source/view/viewprn.cxx | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/sfx2/source/view/viewprn.cxx b/sfx2/source/view/viewprn.cxx index 140ad2a328d4..d4aac94843f6 100644 --- a/sfx2/source/view/viewprn.cxx +++ b/sfx2/source/view/viewprn.cxx @@ -4,9 +4,9 @@ * * $RCSfile: viewprn.cxx,v $ * - * $Revision: 1.26 $ + * $Revision: 1.27 $ * - * last change: $Author: obo $ $Date: 2007-01-25 11:52:16 $ + * last change: $Author: hr $ $Date: 2007-06-27 23:36:24 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -69,25 +69,25 @@ #include <svtools/eitem.hxx> #endif #ifndef _SFXAPP_HXX -#include <app.hxx> +#include <sfx2/app.hxx> #endif #include <svtools/useroptions.hxx> #include <svtools/printwarningoptions.hxx> #ifndef GCC #endif -#include "viewsh.hxx" +#include <sfx2/viewsh.hxx> #include "viewimp.hxx" -#include "viewfrm.hxx" -#include "prnmon.hxx" +#include <sfx2/viewfrm.hxx> +#include <sfx2/prnmon.hxx> #include "sfxresid.hxx" -#include "request.hxx" -#include "objsh.hxx" +#include <sfx2/request.hxx> +#include <sfx2/objsh.hxx> #include "sfxtypes.hxx" -#include "docinf.hxx" -#include "event.hxx" -#include "docfile.hxx" -#include "docfilt.hxx" +#include <sfx2/docinf.hxx> +#include <sfx2/event.hxx> +#include <sfx2/docfile.hxx> +#include <sfx2/docfilt.hxx> #include "view.hrc" #include "helpid.hrc" |