summaryrefslogtreecommitdiff
path: root/basic/source/runtime/dllmgr.cxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2007-06-27 13:25:27 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2007-06-27 13:25:27 +0000
commit3e3af26667d0d9a0b25cd38620536fed82c59450 (patch)
tree351e9ca959bc53c016d56b7f68dbae7931669bf8 /basic/source/runtime/dllmgr.cxx
parenta802df036c0cf0084f1046994b55bfdcedfdce3d (diff)
INTEGRATION: CWS vgbugs07 (1.11.8); FILE MERGED
2007/06/04 13:22:17 vg 1.11.8.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01
Diffstat (limited to 'basic/source/runtime/dllmgr.cxx')
-rw-r--r--basic/source/runtime/dllmgr.cxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/basic/source/runtime/dllmgr.cxx b/basic/source/runtime/dllmgr.cxx
index ab8cf41da1..dccca903ca 100644
--- a/basic/source/runtime/dllmgr.cxx
+++ b/basic/source/runtime/dllmgr.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: dllmgr.cxx,v $
*
- * $Revision: 1.11 $
+ * $Revision: 1.12 $
*
- * last change: $Author: kz $ $Date: 2007-05-10 15:18:37 $
+ * last change: $Author: hr $ $Date: 2007-06-27 14:25:27 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -55,10 +55,10 @@
#include <tools/errcode.hxx>
#endif
#ifndef _SBXVAR_HXX //autogen
-#include <sbxvar.hxx>
+#include <basic/sbxvar.hxx>
#endif
#ifndef _SBXCLASS_HXX //autogen
-#include <sbx.hxx>
+#include <basic/sbx.hxx>
#endif
#if defined(WIN)
@@ -74,7 +74,7 @@ typedef void* SbiDllProc;
#define _DLLMGR_CXX
#include "dllmgr.hxx"
-#include <sberrors.hxx>
+#include <basic/sberrors.hxx>
#ifndef WINAPI
#ifdef WNT