diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 13:22:46 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 13:22:46 +0000 |
commit | 1d63551544454b2b6ec2e70d878a458121539c38 (patch) | |
tree | dec9e398c99f909d1e09e7eb2befea57fb36671f /basic/source/inc | |
parent | 32ae0a23219f34d10685bf884524af3679574707 (diff) |
INTEGRATION: CWS vgbugs07 (1.4.198); FILE MERGED
2007/06/04 13:22:17 vg 1.4.198.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01
Diffstat (limited to 'basic/source/inc')
-rw-r--r-- | basic/source/inc/sbjsmod.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/basic/source/inc/sbjsmod.hxx b/basic/source/inc/sbjsmod.hxx index a7924e7e0185..d67efa5418e3 100644 --- a/basic/source/inc/sbjsmod.hxx +++ b/basic/source/inc/sbjsmod.hxx @@ -4,9 +4,9 @@ * * $RCSfile: sbjsmod.hxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: hr $ $Date: 2005-09-29 16:31:39 $ + * last change: $Author: hr $ $Date: 2007-06-27 14:22:46 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -36,7 +36,7 @@ #ifndef _SB_SBJSMOD_HXX #define _SB_SBJSMOD_HXX -#include <sbmod.hxx> +#include <basic/sbmod.hxx> // Basic-Modul fuer JavaScript-Sourcen. // Alle Basic-spezifischen Methoden muessen virtuell ueberladen und deaktiviert |