summaryrefslogtreecommitdiff
path: root/basic
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2007-06-27 13:25:56 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2007-06-27 13:25:56 +0000
commit6bb223fd06521364e3b90a7153b50d511ac546cc (patch)
treecdf35b728b8f772092aa68774b659dad1930deb8 /basic
parent6999f004d72fda111644ac5b8efaaebafabb1f91 (diff)
INTEGRATION: CWS vgbugs07 (1.75.18); FILE MERGED
2007/06/04 13:22:17 vg 1.75.18.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01
Diffstat (limited to 'basic')
-rw-r--r--basic/source/runtime/methods.cxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/basic/source/runtime/methods.cxx b/basic/source/runtime/methods.cxx
index 677444cbd6c5..dddf72043568 100644
--- a/basic/source/runtime/methods.cxx
+++ b/basic/source/runtime/methods.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: methods.cxx,v $
*
- * $Revision: 1.75 $
+ * $Revision: 1.76 $
*
- * last change: $Author: vg $ $Date: 2007-04-11 12:56:46 $
+ * last change: $Author: hr $ $Date: 2007-06-27 14:25:56 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -41,7 +41,7 @@
#include <tools/date.hxx>
#endif
#ifndef _SBXVAR_HXX
-#include <sbxvar.hxx>
+#include <basic/sbxvar.hxx>
#endif
#ifndef _VOS_PROCESS_HXX
#include <vos/process.hxx>
@@ -62,7 +62,7 @@
#include <vcl/msgbox.hxx>
#endif
#ifndef _SBXCLASS_HXX //autogen
-#include <sbx.hxx>
+#include <basic/sbx.hxx>
#endif
#ifndef _ZFORLIST_HXX //autogen
#include <svtools/zforlist.hxx>
@@ -115,7 +115,7 @@ using namespace com::sun::star::io;
//#define _ENABLE_CUR_DIR
#include "stdobj.hxx"
-#include "sbstdobj.hxx"
+#include <basic/sbstdobj.hxx>
#include "rtlproto.hxx"
#include "basrid.hxx"
#include "image.hxx"