summaryrefslogtreecommitdiff
path: root/scripting
diff options
context:
space:
mode:
authorTomas O'Connor <toconnor@openoffice.org>2003-05-27 12:40:49 +0000
committerTomas O'Connor <toconnor@openoffice.org>2003-05-27 12:40:49 +0000
commit4cddad5d4a917f719f6e624470dd1ccaa2d62ba0 (patch)
tree91fb9d8345b359a20aa5d285a3c87c98e41b35a3 /scripting
parentd651f87e3a99ed328a6ef1631317147af6276718 (diff)
Declare and Initialize mh_scriptLangs
Diffstat (limited to 'scripting')
-rw-r--r--scripting/source/storage/ScriptStorage.cxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/scripting/source/storage/ScriptStorage.cxx b/scripting/source/storage/ScriptStorage.cxx
index 65521dac78bb..c931ca963438 100644
--- a/scripting/source/storage/ScriptStorage.cxx
+++ b/scripting/source/storage/ScriptStorage.cxx
@@ -2,8 +2,8 @@
*
* $RCSfile: ScriptStorage.cxx,v $
*
-* $Revision: 1.21 $
-* last change: $Author: dfoster $ $Date: 2003-05-23 14:59:52 $
+* $Revision: 1.22 $
+* last change: $Author: toconnor $ $Date: 2003-05-27 13:40:49 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -85,6 +85,8 @@ using namespace ::drafts::com::sun::star::script::framework;
namespace scripting_impl
{
+ScriptLanguages_hash* ScriptStorage::mh_scriptLangs = NULL;
+
const sal_Char* const SERVICE_NAME =
"drafts.com.sun.star.script.framework.storage.ScriptStorage";
const sal_Char* const IMPL_NAME =