summaryrefslogtreecommitdiff
path: root/basic
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2007-06-27 13:25:42 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2007-06-27 13:25:42 +0000
commit6999f004d72fda111644ac5b8efaaebafabb1f91 (patch)
treefbd68c4858aa412963ffa474cf2739eb68178f82 /basic
parentbe607371a605b20bcdf613460004275adda8de28 (diff)
INTEGRATION: CWS vgbugs07 (1.2.206); FILE MERGED
2007/06/04 13:22:17 vg 1.2.206.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01
Diffstat (limited to 'basic')
-rw-r--r--basic/source/runtime/ddectrl.hxx6
-rw-r--r--basic/source/runtime/dllmgr.hxx6
2 files changed, 6 insertions, 6 deletions
diff --git a/basic/source/runtime/ddectrl.hxx b/basic/source/runtime/ddectrl.hxx
index 6e105bf6561f..454a1622f5ce 100644
--- a/basic/source/runtime/ddectrl.hxx
+++ b/basic/source/runtime/ddectrl.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: ddectrl.hxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: rt $ $Date: 2005-09-07 21:38:20 $
+ * last change: $Author: hr $ $Date: 2007-06-27 14:25:12 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -40,7 +40,7 @@
#include <tools/link.hxx>
#endif
#ifndef _SBERRORS_HXX
-#include "sberrors.hxx"
+#include <basic/sberrors.hxx>
#endif
#ifndef _STRING_HXX //autogen
#include <tools/string.hxx>
diff --git a/basic/source/runtime/dllmgr.hxx b/basic/source/runtime/dllmgr.hxx
index 4749c33f2203..72419a70db40 100644
--- a/basic/source/runtime/dllmgr.hxx
+++ b/basic/source/runtime/dllmgr.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: dllmgr.hxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: rt $ $Date: 2005-09-07 21:38:48 $
+ * last change: $Author: hr $ $Date: 2007-06-27 14:25:42 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -61,7 +61,7 @@
//#include <svmem.hxx>
#endif
#ifndef _SBERRORS_HXX
-#include <sberrors.hxx>
+#include <basic/sberrors.hxx>
#endif
class SbxArray;