diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 22:20:54 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 22:20:54 +0000 |
commit | 0f402c61a357a092a24886d1ffcd42111d76692c (patch) | |
tree | 6f569261f0fd580765957bcea165b784f7c124a0 /sfx2/source/doc/doctempl.cxx | |
parent | 315308842fd78cbdaeffd736acdb2ca25d4f7252 (diff) |
INTEGRATION: CWS vgbugs07 (1.71.166); FILE MERGED
2007/06/04 13:34:52 vg 1.71.166.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01
Diffstat (limited to 'sfx2/source/doc/doctempl.cxx')
-rw-r--r-- | sfx2/source/doc/doctempl.cxx | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/sfx2/source/doc/doctempl.cxx b/sfx2/source/doc/doctempl.cxx index 65c01ce162a4..0ae2e637c5da 100644 --- a/sfx2/source/doc/doctempl.cxx +++ b/sfx2/source/doc/doctempl.cxx @@ -4,9 +4,9 @@ * * $RCSfile: doctempl.cxx,v $ * - * $Revision: 1.73 $ + * $Revision: 1.74 $ * - * last change: $Author: hr $ $Date: 2007-06-27 12:55:12 $ + * last change: $Author: hr $ $Date: 2007-06-27 23:20:54 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -191,15 +191,15 @@ using namespace ::rtl; using namespace ::ucbhelper; -#include "doctempl.hxx" -#include "docfac.hxx" -#include "docfile.hxx" -#include "objsh.hxx" +#include <sfx2/doctempl.hxx> +#include <sfx2/docfac.hxx> +#include <sfx2/docfile.hxx> +#include <sfx2/objsh.hxx> #include "sfxtypes.hxx" -#include "app.hxx" +#include <sfx2/app.hxx> #include "sfxresid.hxx" #include "doc.hrc" -#include "fcontnr.hxx" +#include <sfx2/fcontnr.hxx> #ifndef SFX2_TEMPLATEFOLDERCACHE_HXX #include <svtools/templatefoldercache.hxx> |