Kaydet (Commit) f00ddade authored tarafından Kurt Zenker's avatar Kurt Zenker

INTEGRATION: CWS scriptingf1 (1.6.90); FILE MERGED

2003/10/09 13:51:22 dfoster 1.6.90.1: #i19262# - Enable scripting framework scripts to be persisted for forms
üst b7c4c6ee
......@@ -2,9 +2,9 @@
*
* $RCSfile: eventimport.cxx,v $
*
* $Revision: 1.6 $
* $Revision: 1.7 $
*
* last change: $Author: hr $ $Date: 2003-03-27 18:20:23 $
* last change: $Author: kz $ $Date: 2003-11-18 16:57:31 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
......@@ -123,7 +123,8 @@ namespace xmloff
pEventDescriptionEnd = pEventDescription + aEvent->second.getLength();
for (;pEventDescription != pEventDescriptionEnd; ++pEventDescription)
{
if (0 == pEventDescription->Name.compareToAscii(EVENT_LOCALMACRONAME))
if ((0 == pEventDescription->Name.compareToAscii(EVENT_LOCALMACRONAME)) ||
(0 == pEventDescription->Name.compareToAscii(EVENT_SCRIPTURL)))
pEventDescription->Value >>= pTranslated->ScriptCode;
else if (0 == pEventDescription->Name.compareToAscii(EVENT_TYPE))
pEventDescription->Value >>= pTranslated->ScriptType;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment