diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 13:18:35 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 13:18:35 +0000 |
commit | 818df0f64c35ff45fff7968e09100703733dea12 (patch) | |
tree | aa7ff93e215d2b63d3e7d1bb317e694c52505c60 | |
parent | 2581c6ef3befeead624b98139c76471ab1b776a3 (diff) |
INTEGRATION: CWS vgbugs07 (1.31.10); FILE MERGED
2007/06/04 13:22:15 vg 1.31.10.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01
-rw-r--r-- | basic/source/classes/sb.cxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/basic/source/classes/sb.cxx b/basic/source/classes/sb.cxx index 4244b71b2345..36e5a95b7c46 100644 --- a/basic/source/classes/sb.cxx +++ b/basic/source/classes/sb.cxx @@ -4,9 +4,9 @@ * * $RCSfile: sb.cxx,v $ * - * $Revision: 1.31 $ + * $Revision: 1.32 $ * - * last change: $Author: rt $ $Date: 2007-04-26 08:33:02 $ + * last change: $Author: hr $ $Date: 2007-06-27 14:18:35 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -49,7 +49,7 @@ #include <tools/errinf.hxx> #endif #ifndef _SBXCLASS_HXX //autogen -#include <sbx.hxx> +#include <basic/sbx.hxx> #endif #ifndef _LIST_HXX //autogen #include <tools/list.hxx> @@ -69,7 +69,7 @@ #include "sbintern.hxx" #include "disas.hxx" #include "runtime.hxx" -#include "sbuno.hxx" +#include <basic/sbuno.hxx> #include "stdobj.hxx" #include "filefmt.hxx" #include "sb.hrc" |