summaryrefslogtreecommitdiff
path: root/sfx2/source/appl/appbas.cxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2007-06-27 21:54:43 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2007-06-27 21:54:43 +0000
commitc9698bbbd57aab2c96aee09cafd63babde88a93c (patch)
tree121688f3e90dcfb94580fd22ade7f7fef0c3e404 /sfx2/source/appl/appbas.cxx
parent452f9973b9a9f5a8bf5a119839d64a80fd4cfc5e (diff)
INTEGRATION: CWS vgbugs07 (1.47.70); FILE MERGED
2007/06/04 13:34:37 vg 1.47.70.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01
Diffstat (limited to 'sfx2/source/appl/appbas.cxx')
-rw-r--r--sfx2/source/appl/appbas.cxx38
1 files changed, 19 insertions, 19 deletions
diff --git a/sfx2/source/appl/appbas.cxx b/sfx2/source/appl/appbas.cxx
index 5b74da3fc2..5a5a0d8660 100644
--- a/sfx2/source/appl/appbas.cxx
+++ b/sfx2/source/appl/appbas.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: appbas.cxx,v $
*
- * $Revision: 1.47 $
+ * $Revision: 1.48 $
*
- * last change: $Author: obo $ $Date: 2007-03-15 17:01:53 $
+ * last change: $Author: hr $ $Date: 2007-06-27 22:54:43 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -114,28 +114,28 @@
#ifndef GCC
#endif
-#include "appuno.hxx"
-#include "module.hxx"
+#include <sfx2/appuno.hxx>
+#include <sfx2/module.hxx>
#include "arrdecl.hxx"
-#include "app.hxx"
+#include <sfx2/app.hxx>
#include "sfxtypes.hxx"
#include "sfxresid.hxx"
-#include "msg.hxx"
-#include "msgpool.hxx"
-#include "progress.hxx"
-#include "objsh.hxx"
-#include "objitem.hxx"
-#include "viewfrm.hxx"
-#include "viewsh.hxx"
-#include "dispatch.hxx"
+#include <sfx2/msg.hxx>
+#include <sfx2/msgpool.hxx>
+#include <sfx2/progress.hxx>
+#include <sfx2/objsh.hxx>
+#include <sfx2/objitem.hxx>
+#include <sfx2/viewfrm.hxx>
+#include <sfx2/viewsh.hxx>
+#include <sfx2/dispatch.hxx>
#include "tplpitem.hxx"
#include "minfitem.hxx"
#include "app.hrc"
-#include "evntconf.hxx"
-#include "macrconf.hxx"
-#include "request.hxx"
-#include "docinf.hxx"
-#include "dinfdlg.hxx"
+#include <sfx2/evntconf.hxx>
+#include <sfx2/macrconf.hxx>
+#include <sfx2/request.hxx>
+#include <sfx2/docinf.hxx>
+#include <sfx2/dinfdlg.hxx>
#include "appdata.hxx"
#include "appbas.hxx"
#include "sfxhelp.hxx"
@@ -149,7 +149,7 @@
#define ITEMID_SEARCH SID_SEARCH_ITEM
-#include "srchitem.hxx"
+#include <sfx2/srchitem.hxx>
#ifndef _VOS_SOCKET_HXX_ //autogen
#include <vos/socket.hxx>
#endif