diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-08-03 08:55:43 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-08-03 08:55:43 +0000 |
commit | 9c0e25ca0bb8945c2c6b80c5232189da60bccc84 (patch) | |
tree | 4b8bc24ce12f6cddd9904ee211c8e245350938d8 /basic | |
parent | 304863907fd412840b5a54c3ddabdeb56bf7f629 (diff) |
INTEGRATION: CWS ab34 (1.13.96); FILE MERGED
2007/07/24 13:49:20 ab 1.13.96.2: RESYNC: (1.13-1.14); FILE MERGED
2007/06/20 10:48:58 ab 1.13.96.1: #i75428# Search MSO Macro Runtime lib and disable search for vba mode
Diffstat (limited to 'basic')
-rw-r--r-- | basic/source/inc/sbintern.hxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/basic/source/inc/sbintern.hxx b/basic/source/inc/sbintern.hxx index 9b1c90963aee..3007efe6bd58 100644 --- a/basic/source/inc/sbintern.hxx +++ b/basic/source/inc/sbintern.hxx @@ -4,9 +4,9 @@ * * $RCSfile: sbintern.hxx,v $ * - * $Revision: 1.14 $ + * $Revision: 1.15 $ * - * last change: $Author: hr $ $Date: 2007-06-27 14:22:17 $ + * last change: $Author: hr $ $Date: 2007-08-03 09:55:43 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -125,6 +125,7 @@ struct SbiGlobals ::utl::TransliterationWrapper* pTransliterationWrapper; // For StrComp BOOL bBlockCompilerError; BasicManager* pAppBasMgr; + StarBASIC* pMSOMacroRuntimLib; // Lib containing MSO Macro Runtime API entry symbols SbiGlobals(); ~SbiGlobals(); |