diff options
author | Rüdiger Timm <rt@openoffice.org> | 2004-05-19 07:54:50 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2004-05-19 07:54:50 +0000 |
commit | 337462f152b470f1b77d47a8243355aaf4c3f2f3 (patch) | |
tree | 28789f58b34c3d68d9593eb3c590788f5089081c /xmloff | |
parent | cffd87eb7ee8f064f47a98fa8bf9fd3451ebd79f (diff) |
INTEGRATION: CWS scriptingf4 (1.57.16); FILE MERGED
2004/04/28 14:39:24 toconnor 1.57.16.2: RESYNC: (1.57-1.59); FILE MERGED
2004/04/27 14:25:48 toconnor 1.57.16.1: #i28384# - implement Macro Selector specification
Diffstat (limited to 'xmloff')
-rw-r--r-- | xmloff/source/draw/shapeexport.cxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/xmloff/source/draw/shapeexport.cxx b/xmloff/source/draw/shapeexport.cxx index 936090a10272..ac8c446c1c28 100644 --- a/xmloff/source/draw/shapeexport.cxx +++ b/xmloff/source/draw/shapeexport.cxx @@ -2,9 +2,9 @@ * * $RCSfile: shapeexport.cxx,v $ * - * $Revision: 1.60 $ + * $Revision: 1.61 $ * - * last change: $Author: rt $ $Date: 2004-05-03 13:34:42 $ + * last change: $Author: rt $ $Date: 2004-05-19 08:54:50 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -175,6 +175,7 @@ XMLShapeExport::XMLShapeExport(SvXMLExport& rExp, msEventType( RTL_CONSTASCII_USTRINGPARAM("EventType") ), msPresentation( RTL_CONSTASCII_USTRINGPARAM("Presentation") ), msMacroName( RTL_CONSTASCII_USTRINGPARAM("MacroName") ), + msScript( RTL_CONSTASCII_USTRINGPARAM("Script") ), msLibrary( RTL_CONSTASCII_USTRINGPARAM("Library") ), msClickAction( RTL_CONSTASCII_USTRINGPARAM("ClickAction") ), msBookmark( RTL_CONSTASCII_USTRINGPARAM("Bookmark") ), |