summaryrefslogtreecommitdiff
path: root/basic
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2007-06-27 13:11:29 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2007-06-27 13:11:29 +0000
commit14e9e59d91f52f04828765066db3829b4cd1c94e (patch)
tree02b56d9e4dac9321122a04677325e3cb37de699b /basic
parent1142152a6ac3465ee76256b346de0c25df4531d1 (diff)
INTEGRATION: CWS vgbugs07 (1.70.6); FILE MERGED
2007/06/04 13:22:14 vg 1.70.6.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01
Diffstat (limited to 'basic')
-rw-r--r--basic/source/app/app.cxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/basic/source/app/app.cxx b/basic/source/app/app.cxx
index e67fd1e111a9..cf94a344bf2d 100644
--- a/basic/source/app/app.cxx
+++ b/basic/source/app/app.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: app.cxx,v $
*
- * $Revision: 1.72 $
+ * $Revision: 1.73 $
*
- * last change: $Author: kz $ $Date: 2007-06-19 14:37:58 $
+ * last change: $Author: hr $ $Date: 2007-06-27 14:11:29 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -58,11 +58,11 @@
#include <vcl/font.hxx>
#ifndef _BASIC_TTRESHLP_HXX
-#include "ttstrhlp.hxx"
+#include <basic/ttstrhlp.hxx>
#endif
#ifndef _SBXCLASS_HXX //autogen
-#include <sbx.hxx>
+#include <basic/sbx.hxx>
#endif
#include <svtools/filedlg.hxx>
@@ -75,10 +75,10 @@
#include "appedit.hxx"
#include "appbased.hxx"
#include "apperror.hxx"
-#include "mybasic.hxx"
+#include <basic/mybasic.hxx>
#include "ttbasic.hxx"
#include "dialogs.hxx"
-#include "basrdll.hxx"
+#include <basic/basrdll.hxx>
#include "basrid.hxx"
#ifndef _RUNTIME_HXX