diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 22:07:30 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 22:07:30 +0000 |
commit | 88e9be58a60973e251e0487b0edcdeefd65a7265 (patch) | |
tree | 3513961d079b2893fd1dfb51b14e5cfd41486bcf /sfx2 | |
parent | 71d0e3cce565739d4614afc1272914afda472e16 (diff) |
INTEGRATION: CWS vgbugs07 (1.10.154); FILE MERGED
2007/06/04 13:34:45 vg 1.10.154.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01
Diffstat (limited to 'sfx2')
-rw-r--r-- | sfx2/source/control/sfxstatuslistener.cxx | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/sfx2/source/control/sfxstatuslistener.cxx b/sfx2/source/control/sfxstatuslistener.cxx index eb9a9812e27e..0ddf95f21c66 100644 --- a/sfx2/source/control/sfxstatuslistener.cxx +++ b/sfx2/source/control/sfxstatuslistener.cxx @@ -4,9 +4,9 @@ * * $RCSfile: sfxstatuslistener.cxx,v $ * - * $Revision: 1.10 $ + * $Revision: 1.11 $ * - * last change: $Author: vg $ $Date: 2006-11-21 17:48:28 $ + * last change: $Author: hr $ $Date: 2007-06-27 23:07:30 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -37,7 +37,7 @@ #include "precompiled_sfx2.hxx" #ifndef _SFXSTATUSLISTENER_HXX -#include <sfxstatuslistener.hxx> +#include <sfx2/sfxstatuslistener.hxx> #endif #ifndef _SFXPOOLITEM_HXX //autogen #include <svtools/poolitem.hxx> @@ -76,10 +76,10 @@ #include <com/sun/star/frame/status/Visibility.hpp> #endif -#include "viewfrm.hxx" -#include "dispatch.hxx" -#include "unoctitm.hxx" -#include "msgpool.hxx" +#include <sfx2/viewfrm.hxx> +#include <sfx2/dispatch.hxx> +#include <sfx2/unoctitm.hxx> +#include <sfx2/msgpool.hxx> using namespace ::rtl; using namespace ::cppu; |