diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 13:21:59 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 13:21:59 +0000 |
commit | f75d983ff3d35dfa97cc8ab7ab9b718f15be1bbd (patch) | |
tree | 56d1442b6dad825bb1d22d5b2c4dfa6a47aeff4f /basic | |
parent | 4cc271bfd2da096274da6a9c2e2b0f4812f3066d (diff) |
INTEGRATION: CWS vgbugs07 (1.33.66); FILE MERGED
2007/06/04 13:22:16 vg 1.33.66.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01
Diffstat (limited to 'basic')
-rw-r--r-- | basic/source/inc/runtime.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/basic/source/inc/runtime.hxx b/basic/source/inc/runtime.hxx index c021b52f8fee..882cb3894b5d 100644 --- a/basic/source/inc/runtime.hxx +++ b/basic/source/inc/runtime.hxx @@ -4,9 +4,9 @@ * * $RCSfile: runtime.hxx,v $ * - * $Revision: 1.33 $ + * $Revision: 1.34 $ * - * last change: $Author: vg $ $Date: 2006-11-02 16:32:35 $ + * last change: $Author: hr $ $Date: 2007-06-27 14:21:59 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -37,7 +37,7 @@ #define _SBRUNTIME_HXX #ifndef _SBX_HXX -#include "sbx.hxx" +#include <basic/sbx.hxx> #endif #include "sb.hxx" |