summaryrefslogtreecommitdiff
path: root/sfx2/source/appl/app.cxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2007-06-27 21:54:05 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2007-06-27 21:54:05 +0000
commit7e1d5d9fe8c07d00ae544ae039ccf29567378a54 (patch)
treed0725094aefca644eabe99bcb4a959b29928b63b /sfx2/source/appl/app.cxx
parentb2706aa85f6f544634328b6541fff35b6d861a84 (diff)
INTEGRATION: CWS vgbugs07 (1.107.72); FILE MERGED
2007/06/04 13:34:36 vg 1.107.72.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01
Diffstat (limited to 'sfx2/source/appl/app.cxx')
-rw-r--r--sfx2/source/appl/app.cxx48
1 files changed, 24 insertions, 24 deletions
diff --git a/sfx2/source/appl/app.cxx b/sfx2/source/appl/app.cxx
index 7e864b13b688..1fd5b992f004 100644
--- a/sfx2/source/appl/app.cxx
+++ b/sfx2/source/appl/app.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: app.cxx,v $
*
- * $Revision: 1.107 $
+ * $Revision: 1.108 $
*
- * last change: $Author: obo $ $Date: 2007-03-15 17:01:36 $
+ * last change: $Author: hr $ $Date: 2007-06-27 22:54:05 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -43,8 +43,8 @@
#define PATH_MAX _MAX_PATH
#endif // UNX
-#include "app.hxx"
-#include "frame.hxx"
+#include <sfx2/app.hxx>
+#include <sfx2/frame.hxx>
#ifndef _VOS_PROCESS_HXX_
#include <vos/process.hxx>
@@ -147,42 +147,42 @@
#include <rtl/logfile.hxx>
-#include "appuno.hxx"
+#include <sfx2/appuno.hxx>
#include "sfxhelp.hxx"
-#include "request.hxx"
+#include <sfx2/request.hxx>
#include "sfxtypes.hxx"
#include "sfxresid.hxx"
#include "arrdecl.hxx"
-#include "progress.hxx"
-#include "objsh.hxx"
-#include "docfac.hxx"
-#include "docfile.hxx"
-#include "docfilt.hxx"
+#include <sfx2/progress.hxx>
+#include <sfx2/objsh.hxx>
+#include <sfx2/docfac.hxx>
+#include <sfx2/docfile.hxx>
+#include <sfx2/docfilt.hxx>
#include "fltfnc.hxx"
#include "nfltdlg.hxx"
-#include "new.hxx"
-#include "bindings.hxx"
-#include "dispatch.hxx"
-#include "viewsh.hxx"
-#include "genlink.hxx"
-#include "topfrm.hxx"
+#include <sfx2/new.hxx>
+#include <sfx2/bindings.hxx>
+#include <sfx2/dispatch.hxx>
+#include <sfx2/viewsh.hxx>
+#include <sfx2/genlink.hxx>
+#include <sfx2/topfrm.hxx>
#include "appdata.hxx"
#include "openflag.hxx"
#include "app.hrc"
#include "virtmenu.hxx"
-#include "module.hxx"
-#include "event.hxx"
+#include <sfx2/module.hxx>
+#include <sfx2/event.hxx>
#include "imestatuswindow.hxx"
#include "workwin.hxx"
-#include "module.hxx"
-#include "tbxctrl.hxx"
-#include "sfxdlg.hxx"
+#include <sfx2/module.hxx>
+#include <sfx2/tbxctrl.hxx>
+#include <sfx2/sfxdlg.hxx>
#include "stbitem.hxx"
#include "eventsupplier.hxx"
#ifdef DBG_UTIL
-#include "tbxctrl.hxx"
-#include "mnuitem.hxx"
+#include <sfx2/tbxctrl.hxx>
+#include <sfx2/mnuitem.hxx>
#endif
#if defined( WIN ) || defined( WNT ) || defined( OS2 )