summaryrefslogtreecommitdiff
path: root/sfx2/source/appl/newhelp.cxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2007-06-27 22:00:16 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2007-06-27 22:00:16 +0000
commit70d89ba1f902353a8db99176f8da736aa0fcc68a (patch)
treeb92c632f406d1c5a6eca02fcf0f0cbcb05d2a070 /sfx2/source/appl/newhelp.cxx
parentba52fd3d3eac368ccc32d62de41d287033ee9009 (diff)
INTEGRATION: CWS vgbugs07 (1.123.16); FILE MERGED
2007/06/04 13:34:40 vg 1.123.16.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01
Diffstat (limited to 'sfx2/source/appl/newhelp.cxx')
-rw-r--r--sfx2/source/appl/newhelp.cxx16
1 files changed, 8 insertions, 8 deletions
diff --git a/sfx2/source/appl/newhelp.cxx b/sfx2/source/appl/newhelp.cxx
index 2992bd15a211..13c0d31c70e5 100644
--- a/sfx2/source/appl/newhelp.cxx
+++ b/sfx2/source/appl/newhelp.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: newhelp.cxx,v $
*
- * $Revision: 1.124 $
+ * $Revision: 1.125 $
*
- * last change: $Author: ihi $ $Date: 2007-06-05 18:35:49 $
+ * last change: $Author: hr $ $Date: 2007-06-27 23:00:16 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -37,12 +37,12 @@
#include "precompiled_sfx2.hxx"
#include "newhelp.hxx"
-#include "sfxuno.hxx"
+#include <sfx2/sfxuno.hxx>
#include "sfxresid.hxx"
#include "helpinterceptor.hxx"
#include "helper.hxx"
-#include "msgpool.hxx"
-#include "app.hxx"
+#include <sfx2/msgpool.hxx>
+#include <sfx2/app.hxx>
#include "sfxtypes.hxx"
#include "panelist.hxx"
#include "imgmgr.hxx"
@@ -226,9 +226,9 @@
#include <vcl/waitobj.hxx>
#include <unotools/ucbhelper.hxx>
-#include <viewfrm.hxx>
-#include <objsh.hxx>
-#include <docfac.hxx>
+#include <sfx2/viewfrm.hxx>
+#include <sfx2/objsh.hxx>
+#include <sfx2/docfac.hxx>
using namespace ::ucbhelper;
using namespace ::com::sun::star::ucb;