diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 22:27:50 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 22:27:50 +0000 |
commit | 19d94b17b76482fbe54e7eda020cde723f0a7da2 (patch) | |
tree | 4cbef23acfefb2c58664b2ebdf7ae1705c4e66b4 | |
parent | b6c31370d5c9393cbed7286bb77cbcbdc429a1ff (diff) |
INTEGRATION: CWS vgbugs07 (1.2.520); FILE MERGED
2007/06/04 13:34:57 vg 1.2.520.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01
-rw-r--r-- | sfx2/source/inc/fltfnc.hxx | 6 | ||||
-rw-r--r-- | sfx2/source/inc/hexplwnd.hxx | 8 | ||||
-rw-r--r-- | sfx2/source/inc/objmnctl.hxx | 6 |
3 files changed, 10 insertions, 10 deletions
diff --git a/sfx2/source/inc/fltfnc.hxx b/sfx2/source/inc/fltfnc.hxx index 183bad2a658c..75b1b1b6316f 100644 --- a/sfx2/source/inc/fltfnc.hxx +++ b/sfx2/source/inc/fltfnc.hxx @@ -4,9 +4,9 @@ * * $RCSfile: fltfnc.hxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: rt $ $Date: 2005-09-07 19:01:33 $ + * last change: $Author: hr $ $Date: 2007-06-27 23:27:00 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -35,7 +35,7 @@ #ifndef _SFXFLTFNC_HXX #define _SFXFLTFNC_HXX -#include "fcontnr.hxx" +#include <sfx2/fcontnr.hxx> BOOL SfxIsHelpEntryURL( const String &rURL, const String &rExtMask ); diff --git a/sfx2/source/inc/hexplwnd.hxx b/sfx2/source/inc/hexplwnd.hxx index 3cd7cb56a5ec..f5c7de2ac0e2 100644 --- a/sfx2/source/inc/hexplwnd.hxx +++ b/sfx2/source/inc/hexplwnd.hxx @@ -4,9 +4,9 @@ * * $RCSfile: hexplwnd.hxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: rt $ $Date: 2005-09-07 19:03:38 $ + * last change: $Author: hr $ $Date: 2007-06-27 23:27:13 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -94,8 +94,8 @@ #ifndef _COM_SUN_STAR_UTIL_URL_HPP_ #include <com/sun/star/util/URL.hpp> #endif -#include "childwin.hxx" -#include "dockwin.hxx" +#include <sfx2/childwin.hxx> +#include <sfx2/dockwin.hxx> // forward --------------------------------------------------------------- diff --git a/sfx2/source/inc/objmnctl.hxx b/sfx2/source/inc/objmnctl.hxx index 0b577591e35c..486e50b4cc08 100644 --- a/sfx2/source/inc/objmnctl.hxx +++ b/sfx2/source/inc/objmnctl.hxx @@ -4,9 +4,9 @@ * * $RCSfile: objmnctl.hxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: rt $ $Date: 2005-09-07 19:07:47 $ + * last change: $Author: hr $ $Date: 2007-06-27 23:27:50 $ * * 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 @@ #ifndef _SFX_HXX -#include "mnuitem.hxx" +#include <sfx2/mnuitem.hxx> #endif class SfxBindings; |