diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 22:05:46 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 22:05:46 +0000 |
commit | c272814de57a8c692f1b94ad17a6447e27891193 (patch) | |
tree | e66ba0143bd35a2c338f34a5a0a3876ad5e19d67 /sfx2/source/control | |
parent | 3ca67450e5a92c4280c3dbe4d18c70e679cb2189 (diff) |
INTEGRATION: CWS vgbugs07 (1.51.12); FILE MERGED
2007/06/04 13:34:44 vg 1.51.12.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01
Diffstat (limited to 'sfx2/source/control')
-rw-r--r-- | sfx2/source/control/dispatch.cxx | 44 |
1 files changed, 22 insertions, 22 deletions
diff --git a/sfx2/source/control/dispatch.cxx b/sfx2/source/control/dispatch.cxx index a46e04c68b06..0d39cb01c7fe 100644 --- a/sfx2/source/control/dispatch.cxx +++ b/sfx2/source/control/dispatch.cxx @@ -4,9 +4,9 @@ * * $RCSfile: dispatch.cxx,v $ * - * $Revision: 1.51 $ + * $Revision: 1.52 $ * - * last change: $Author: vg $ $Date: 2007-05-22 20:17:44 $ + * last change: $Author: hr $ $Date: 2007-06-27 23:05:46 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -93,28 +93,28 @@ // wg. nAutoPageID #include "appdata.hxx" #include "sfxhelp.hxx" -#include "dispatch.hxx" -#include "minstack.hxx" -#include "msg.hxx" -#include "objface.hxx" -#include "bindings.hxx" -#include "request.hxx" -#include "app.hxx" -#include "hintpost.hxx" +#include <sfx2/dispatch.hxx> +#include <sfx2/minstack.hxx> +#include <sfx2/msg.hxx> +#include <sfx2/objface.hxx> +#include <sfx2/bindings.hxx> +#include <sfx2/request.hxx> +#include <sfx2/app.hxx> +#include <sfx2/hintpost.hxx> #include "slotserv.hxx" -#include "ipclient.hxx" +#include <sfx2/ipclient.hxx> #include "sfxtypes.hxx" -#include "macrconf.hxx" -#include "viewfrm.hxx" -#include "viewsh.hxx" -#include "childwin.hxx" -#include "docfac.hxx" -#include "msgpool.hxx" -#include "module.hxx" -#include "topfrm.hxx" -#include "sfxuno.hxx" -#include "docfile.hxx" -#include "mnumgr.hxx" +#include <sfx2/macrconf.hxx> +#include <sfx2/viewfrm.hxx> +#include <sfx2/viewsh.hxx> +#include <sfx2/childwin.hxx> +#include <sfx2/docfac.hxx> +#include <sfx2/msgpool.hxx> +#include <sfx2/module.hxx> +#include <sfx2/topfrm.hxx> +#include <sfx2/sfxuno.hxx> +#include <sfx2/docfile.hxx> +#include <sfx2/mnumgr.hxx> #include "workwin.hxx" namespace css = ::com::sun::star; |