summaryrefslogtreecommitdiff
path: root/scripting/source/protocolhandler
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2004-12-07 09:53:49 +0000
committerRüdiger Timm <rt@openoffice.org>2004-12-07 09:53:49 +0000
commit7b4d9bad08dbb8e8105a97de2e773f6b7d3862b6 (patch)
tree859f3bb5daa86b5c6e5d406472010ee263d44b0e /scripting/source/protocolhandler
parent22a67cf019eae57a340f2057afcc4a244ed8c066 (diff)
INTEGRATION: CWS sb27 (1.19.14); FILE MERGED
2004/12/03 15:34:30 toconnor 1.19.14.1: #i38361# allow macro execution when no document is loaded Issue number: Submitted by: Reviewed by:
Diffstat (limited to 'scripting/source/protocolhandler')
-rw-r--r--scripting/source/protocolhandler/scripthandler.cxx8
1 files changed, 3 insertions, 5 deletions
diff --git a/scripting/source/protocolhandler/scripthandler.cxx b/scripting/source/protocolhandler/scripthandler.cxx
index 29952057161b..fb7276ee6716 100644
--- a/scripting/source/protocolhandler/scripthandler.cxx
+++ b/scripting/source/protocolhandler/scripthandler.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: scripthandler.cxx,v $
*
-* $Revision: 1.19 $
+* $Revision: 1.20 $
*
-* last change: $Author: rt $ $Date: 2004-10-22 14:04:56 $
+* last change: $Author: rt $ $Date: 2004-12-07 10:53:49 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -487,9 +487,7 @@ throw ( RuntimeException )
Reference< provider::XScriptProviderFactory > xFac(
xCtx->getValueByName( tmspf ), UNO_QUERY_THROW );
- Any aContext =
- makeAny( ::rtl::OUString::createFromAscii("share") );
-
+ Any aContext;
m_xScriptProvider = Reference< provider::XScriptProvider > (
xFac->createScriptProvider( aContext ), UNO_QUERY_THROW );
}