diff options
author | Oliver Bolte <obo@openoffice.org> | 2004-03-17 12:32:02 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2004-03-17 12:32:02 +0000 |
commit | 8308f6ddfe49b71b5e0f50749e7fcac44d3a71d8 (patch) | |
tree | 7cfdc3c31f96b6f9471cb2ae5bc572655f53aa64 /basic | |
parent | 1f36eca1d73c56e9131316145cd817a1c41cec4c (diff) |
INTEGRATION: CWS jl5vba (1.4.6); FILE MERGED
2004/01/20 15:30:39 ab 1.4.6.1: #111934# Merge #111741# User defined types #111851# OLE support
Diffstat (limited to 'basic')
-rw-r--r-- | basic/source/classes/sbintern.cxx | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/basic/source/classes/sbintern.cxx b/basic/source/classes/sbintern.cxx index 4361cd9625ae..0247afdb54da 100644 --- a/basic/source/classes/sbintern.cxx +++ b/basic/source/classes/sbintern.cxx @@ -2,9 +2,9 @@ * * $RCSfile: sbintern.cxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: vg $ $Date: 2004-01-06 19:41:10 $ + * last change: $Author: obo $ $Date: 2004-03-17 13:32:02 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -88,6 +88,8 @@ SbiGlobals::SbiGlobals() pMod = NULL; pSbFac= NULL; pUnoFac = NULL; + pTypeFac = NULL; + pOLEFac = NULL; pCompMod = NULL; // JSM nInst = 0; nCode = 0; |