summaryrefslogtreecommitdiff
path: root/basic/source/app
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2007-06-27 13:15:52 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2007-06-27 13:15:52 +0000
commitbdc6593806ecd72dc90d02550d53212d19b46b69 (patch)
tree00b4fef9b54e30d13c44dac0875ab88e40fb94aa /basic/source/app
parent548bc387f03f3dacde10c7bce42a3f46da028e39 (diff)
INTEGRATION: CWS vgbugs07 (1.14.72); FILE MERGED
2007/06/04 13:22:14 vg 1.14.72.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01
Diffstat (limited to 'basic/source/app')
-rw-r--r--basic/source/app/process.cxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/basic/source/app/process.cxx b/basic/source/app/process.cxx
index f03202fe7ffe..01e3cf8a8a19 100644
--- a/basic/source/app/process.cxx
+++ b/basic/source/app/process.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: process.cxx,v $
*
- * $Revision: 1.14 $
+ * $Revision: 1.15 $
*
- * last change: $Author: obo $ $Date: 2006-10-12 14:23:06 $
+ * last change: $Author: hr $ $Date: 2007-06-27 14:15:52 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -50,7 +50,7 @@
#include <vos/process.hxx>
#endif
#ifndef _SBXCORE_HXX
-#include <sbxcore.hxx>
+#include <basic/sbxcore.hxx>
#endif
#ifndef _STRING_HXX
#include <tools/string.hxx>
@@ -60,7 +60,7 @@
#endif
#ifndef _BASIC_TTRESHLP_HXX
-#include "ttstrhlp.hxx"
+#include <basic/ttstrhlp.hxx>
#endif
//#ifndef _BYTE_STRING_LIST
@@ -68,7 +68,7 @@
//#define _BYTE_STRING_LIST
//#endif
-#include "process.hxx"
+#include <basic/process.hxx>
// Konstruktor fr den Process
Process::Process()