diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 22:19:56 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 22:19:56 +0000 |
commit | aca14a37c1768332edf10ccc0ecd6be8f87c0913 (patch) | |
tree | 4e1ccf95cde1f4c4e452c48661a9bae9a89f32b6 | |
parent | 93e5e47b6f28bb64a54daedaf0eaae2d4e300feb (diff) |
INTEGRATION: CWS vgbugs07 (1.47.40); FILE MERGED
2007/06/04 13:34:52 vg 1.47.40.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01
-rw-r--r-- | sfx2/source/doc/docinf.cxx | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/sfx2/source/doc/docinf.cxx b/sfx2/source/doc/docinf.cxx index 1d218d823c46..7a27fdef5a23 100644 --- a/sfx2/source/doc/docinf.cxx +++ b/sfx2/source/doc/docinf.cxx @@ -4,9 +4,9 @@ * * $RCSfile: docinf.cxx,v $ * - * $Revision: 1.47 $ + * $Revision: 1.48 $ * - * last change: $Author: ihi $ $Date: 2007-04-19 09:28:00 $ + * last change: $Author: hr $ $Date: 2007-06-27 23:19:56 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -59,16 +59,16 @@ #include "rtl/tencinfo.h" #include <unotools/localfilehelper.hxx> -#include "docfilt.hxx" -#include "fcontnr.hxx" +#include <sfx2/docfilt.hxx> +#include <sfx2/fcontnr.hxx> #include "openflag.hxx" -#include "app.hxx" -#include "docinf.hxx" -#include "docfile.hxx" +#include <sfx2/app.hxx> +#include <sfx2/docinf.hxx> +#include <sfx2/docfile.hxx> #include "graphhelp.hxx" #include "sfxtypes.hxx" #include "appdata.hxx" -#include "doctempl.hxx" +#include <sfx2/doctempl.hxx> #include "sfxresid.hxx" #include "doc.hrc" |