summaryrefslogtreecommitdiff
path: root/sfx2
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2007-06-27 21:56:24 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2007-06-27 21:56:24 +0000
commitbf77c7cad322980f2353b5e73a924900c636fa0a (patch)
tree101d50945a7cc0a1341d6e716dc6d5b671b0850e /sfx2
parentb52324618161dd44f1442dcc6fb2331f018c04cd (diff)
INTEGRATION: CWS vgbugs07 (1.56.32); FILE MERGED
2007/06/04 13:34:37 vg 1.56.32.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01
Diffstat (limited to 'sfx2')
-rw-r--r--sfx2/source/appl/appmisc.cxx38
1 files changed, 19 insertions, 19 deletions
diff --git a/sfx2/source/appl/appmisc.cxx b/sfx2/source/appl/appmisc.cxx
index 65ff219e06d0..bd1ab3d36775 100644
--- a/sfx2/source/appl/appmisc.cxx
+++ b/sfx2/source/appl/appmisc.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: appmisc.cxx,v $
*
- * $Revision: 1.56 $
+ * $Revision: 1.57 $
*
- * last change: $Author: rt $ $Date: 2007-04-26 10:06:15 $
+ * last change: $Author: hr $ $Date: 2007-06-27 22:56:24 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -111,31 +111,31 @@
#include <osl/file.hxx>
#include "sfxresid.hxx"
-#include "app.hxx"
+#include <sfx2/app.hxx>
#include "appdata.hxx"
#include "arrdecl.hxx"
-#include "tbxctrl.hxx"
+#include <sfx2/tbxctrl.hxx>
#include "stbitem.hxx"
-#include "mnuitem.hxx"
-#include "docfac.hxx"
-#include "docfile.hxx"
-#include "docfilt.hxx"
-#include "request.hxx"
-#include "bindings.hxx"
-#include "dispatch.hxx"
+#include <sfx2/mnuitem.hxx>
+#include <sfx2/docfac.hxx>
+#include <sfx2/docfile.hxx>
+#include <sfx2/docfilt.hxx>
+#include <sfx2/request.hxx>
+#include <sfx2/bindings.hxx>
+#include <sfx2/dispatch.hxx>
#include "workwin.hxx"
#include "intro.hxx"
-#include "fcontnr.hxx"
+#include <sfx2/fcontnr.hxx>
#include "sfxlocal.hrc"
-#include "sfx.hrc"
+#include <sfx2/sfx.hrc>
#include "app.hrc"
-#include "templdlg.hxx"
-#include "module.hxx"
-#include "msgpool.hxx"
-#include "topfrm.hxx"
+#include <sfx2/templdlg.hxx>
+#include <sfx2/module.hxx>
+#include <sfx2/msgpool.hxx>
+#include <sfx2/topfrm.hxx>
#include "openflag.hxx"
-#include "viewsh.hxx"
-#include "objface.hxx"
+#include <sfx2/viewsh.hxx>
+#include <sfx2/objface.hxx>
#include "helper.hxx" // SfxContentHelper::Kill()
using namespace ::vos;