summaryrefslogtreecommitdiff
path: root/sfx2/source/appl/appdde.cxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2007-06-27 21:55:44 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2007-06-27 21:55:44 +0000
commit13dc8c2462c6691335434d9642d4174d653d43ce (patch)
tree1c89f7cb2cd517dd7bac5bf41f67e5df9359dca0 /sfx2/source/appl/appdde.cxx
parent49a5d07857b09f29c7df484146574375fba18191 (diff)
INTEGRATION: CWS vgbugs07 (1.17.218); FILE MERGED
2007/06/04 13:34:37 vg 1.17.218.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01
Diffstat (limited to 'sfx2/source/appl/appdde.cxx')
-rw-r--r--sfx2/source/appl/appdde.cxx22
1 files changed, 11 insertions, 11 deletions
diff --git a/sfx2/source/appl/appdde.cxx b/sfx2/source/appl/appdde.cxx
index bbe957a52d41..2cad729ceef9 100644
--- a/sfx2/source/appl/appdde.cxx
+++ b/sfx2/source/appl/appdde.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: appdde.cxx,v $
*
- * $Revision: 1.17 $
+ * $Revision: 1.18 $
*
- * last change: $Author: obo $ $Date: 2006-09-17 16:14:41 $
+ * last change: $Author: hr $ $Date: 2007-06-27 22:55:44 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -59,10 +59,10 @@
#endif
#ifndef _LNKBASE_HXX //autogen
-#include "lnkbase.hxx"
+#include <sfx2/lnkbase.hxx>
#endif
#ifndef _LINKMGR_HXX //autogen
-#include "linkmgr.hxx"
+#include <sfx2/linkmgr.hxx>
#endif
#include <tools/urlobj.hxx>
@@ -70,16 +70,16 @@
#ifndef GCC
#endif
-#include "app.hxx"
+#include <sfx2/app.hxx>
#include "appdata.hxx"
-#include "objsh.hxx"
-#include "viewfrm.hxx"
-#include "topfrm.hxx"
-#include "dispatch.hxx"
+#include <sfx2/objsh.hxx>
+#include <sfx2/viewfrm.hxx>
+#include <sfx2/topfrm.hxx>
+#include <sfx2/dispatch.hxx>
#include "sfxtypes.hxx"
-#include "sfxsids.hrc"
+#include <sfx2/sfxsids.hrc>
#include "helper.hxx"
-#include "docfile.hxx"
+#include <sfx2/docfile.hxx>
//========================================================================