diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 22:06:52 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 22:06:52 +0000 |
commit | b84fdfeb2e44505b6726ef1e3e50db66ac789aa6 (patch) | |
tree | c322a11200014191b328fcf952a57c84b739b36c /sfx2 | |
parent | 738cfd9d8d59a211ad3c51c3e7db3836443b2c28 (diff) |
INTEGRATION: CWS vgbugs07 (1.18.32); FILE MERGED
2007/06/06 11:55:14 vg 1.18.32.2: RESYNC: (1.18-1.19); FILE MERGED
2007/06/04 13:34:45 vg 1.18.32.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01
Diffstat (limited to 'sfx2')
-rw-r--r-- | sfx2/source/control/objface.cxx | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/sfx2/source/control/objface.cxx b/sfx2/source/control/objface.cxx index b1643ff9b0aa..1cfadf7ffeab 100644 --- a/sfx2/source/control/objface.cxx +++ b/sfx2/source/control/objface.cxx @@ -4,9 +4,9 @@ * * $RCSfile: objface.cxx,v $ * - * $Revision: 1.19 $ + * $Revision: 1.20 $ * - * last change: $Author: rt $ $Date: 2007-05-29 15:55:06 $ + * last change: $Author: hr $ $Date: 2007-06-27 23:06:52 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -48,14 +48,14 @@ #include <tools/stream.hxx> #endif -#include "module.hxx" -#include "objface.hxx" -#include "msg.hxx" -#include "app.hxx" -#include "msgpool.hxx" +#include <sfx2/module.hxx> +#include <sfx2/objface.hxx> +#include <sfx2/msg.hxx> +#include <sfx2/app.hxx> +#include <sfx2/msgpool.hxx> #include "sfxresid.hxx" -#include "minarray.hxx" -#include "objsh.hxx" +#include <sfx2/minarray.hxx> +#include <sfx2/objsh.hxx> DBG_NAME(SfxInterface) |