diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 22:08:36 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 22:08:36 +0000 |
commit | f413419bed6b88e2bed2cc987016843a177b9e5c (patch) | |
tree | 6ffeecf7bdeb2cbb9ec2d14afee4b84edd4525c4 /sfx2/source/control | |
parent | e55848a9585ffd185b8098ea00370e1f5a0160b8 (diff) |
INTEGRATION: CWS vgbugs07 (1.56.154); FILE MERGED
2007/06/04 13:34:45 vg 1.56.154.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01
Diffstat (limited to 'sfx2/source/control')
-rw-r--r-- | sfx2/source/control/unoctitm.cxx | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/sfx2/source/control/unoctitm.cxx b/sfx2/source/control/unoctitm.cxx index e369039782a2..e97101490298 100644 --- a/sfx2/source/control/unoctitm.cxx +++ b/sfx2/source/control/unoctitm.cxx @@ -4,9 +4,9 @@ * * $RCSfile: unoctitm.cxx,v $ * - * $Revision: 1.56 $ + * $Revision: 1.57 $ * - * last change: $Author: vg $ $Date: 2006-11-21 17:49:03 $ + * last change: $Author: hr $ $Date: 2007-06-27 23:08:36 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -92,19 +92,19 @@ #include <uno/current_context.hxx> #include <vcl/svapp.hxx> -#include "app.hxx" -#include "unoctitm.hxx" -#include "viewfrm.hxx" -#include "frame.hxx" -#include "ctrlitem.hxx" -#include "sfxuno.hxx" -#include "bindings.hxx" -#include "dispatch.hxx" -#include "sfxsids.hrc" -#include "request.hxx" +#include <sfx2/app.hxx> +#include <sfx2/unoctitm.hxx> +#include <sfx2/viewfrm.hxx> +#include <sfx2/frame.hxx> +#include <sfx2/ctrlitem.hxx> +#include <sfx2/sfxuno.hxx> +#include <sfx2/bindings.hxx> +#include <sfx2/dispatch.hxx> +#include <sfx2/sfxsids.hrc> +#include <sfx2/request.hxx> #include "statcach.hxx" -#include "msgpool.hxx" -#include "objsh.hxx" +#include <sfx2/msgpool.hxx> +#include <sfx2/objsh.hxx> namespace css = ::com::sun::star; using namespace ::com::sun::star::uno; |