summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2007-06-27 22:31:42 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2007-06-27 22:31:42 +0000
commit115635b6740b5defc2c242b2d5de80e80c69bb0a (patch)
treebca39a4f6e0037090882394cb39748249b8a4e4e
parent2c2067f12acbd3de081fb1547694faebdc7c9bb6 (diff)
INTEGRATION: CWS vgbugs07 (1.6.218); FILE MERGED
2007/06/04 13:34:59 vg 1.6.218.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01
-rw-r--r--sfx2/source/menu/objmnctl.cxx14
1 files changed, 7 insertions, 7 deletions
diff --git a/sfx2/source/menu/objmnctl.cxx b/sfx2/source/menu/objmnctl.cxx
index 3afcca609619..7f3b93e0cc8c 100644
--- a/sfx2/source/menu/objmnctl.cxx
+++ b/sfx2/source/menu/objmnctl.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: objmnctl.cxx,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: obo $ $Date: 2006-09-17 16:47:03 $
+ * last change: $Author: hr $ $Date: 2007-06-27 23:31:42 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -53,12 +53,12 @@
#ifndef GCC
#endif
-#include "sfxsids.hrc"
+#include <sfx2/sfxsids.hrc>
#include "objmnctl.hxx"
-#include "dispatch.hxx"
-#include "viewsh.hxx"
-#include "viewfrm.hxx"
-#include "objsh.hxx"
+#include <sfx2/dispatch.hxx>
+#include <sfx2/viewsh.hxx>
+#include <sfx2/viewfrm.hxx>
+#include <sfx2/objsh.hxx>
// STATIC DATA -----------------------------------------------------------