diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 22:06:39 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 22:06:39 +0000 |
commit | 738cfd9d8d59a211ad3c51c3e7db3836443b2c28 (patch) | |
tree | 1211fa9e1ef9f5407a1421d514d8edade0b3f5d3 /sfx2 | |
parent | 5c197aa05dafb78819965a60c91e3be5afdb5ade (diff) |
INTEGRATION: CWS vgbugs07 (1.11.32); FILE MERGED
2007/06/04 13:34:45 vg 1.11.32.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01
Diffstat (limited to 'sfx2')
-rw-r--r-- | sfx2/source/control/msgpool.cxx | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/sfx2/source/control/msgpool.cxx b/sfx2/source/control/msgpool.cxx index ba39d51dce0d..e254f1dccc61 100644 --- a/sfx2/source/control/msgpool.cxx +++ b/sfx2/source/control/msgpool.cxx @@ -4,9 +4,9 @@ * * $RCSfile: msgpool.cxx,v $ * - * $Revision: 1.11 $ + * $Revision: 1.12 $ * - * last change: $Author: rt $ $Date: 2007-04-26 10:09:11 $ + * last change: $Author: hr $ $Date: 2007-06-27 23:06:39 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -47,18 +47,18 @@ // wg. pSlotPool #include "appdata.hxx" -#include "msgpool.hxx" -#include "minarray.hxx" -#include "msg.hxx" -#include "app.hxx" -#include "objface.hxx" +#include <sfx2/msgpool.hxx> +#include <sfx2/minarray.hxx> +#include <sfx2/msg.hxx> +#include <sfx2/app.hxx> +#include <sfx2/objface.hxx> #include "sfxtypes.hxx" -#include "macrconf.hxx" +#include <sfx2/macrconf.hxx> #include "sfxresid.hxx" #include "arrdecl.hxx" -#include "module.hxx" +#include <sfx2/module.hxx> -#include "sfx.hrc" +#include <sfx2/sfx.hrc> //==================================================================== |