From 6999f004d72fda111644ac5b8efaaebafabb1f91 Mon Sep 17 00:00:00 2001 From: Jens-Heiner Rechtien Date: Wed, 27 Jun 2007 13:25:42 +0000 Subject: 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 --- basic/source/runtime/ddectrl.hxx | 6 +++--- basic/source/runtime/dllmgr.hxx | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) (limited to 'basic') 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 #endif #ifndef _SBERRORS_HXX -#include "sberrors.hxx" +#include #endif #ifndef _STRING_HXX //autogen #include 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 #endif #ifndef _SBERRORS_HXX -#include +#include #endif class SbxArray; -- cgit