diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2004-03-08 15:15:35 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2004-03-08 15:15:35 +0000 |
commit | de0f135326934e89ffe92c95862a9a060fe8107b (patch) | |
tree | 4ccf77c0e788c1c1f6bf9ba5cff9c38eaec6c7ef /xmloff/source/script/XMLEventExport.cxx | |
parent | b4c84dcc7b69c33e7fbfddcd565b2df83b2986b4 (diff) |
INTEGRATION: CWS mbaqfixes (1.11.176); FILE MERGED
2004/03/05 13:03:18 mba 1.11.176.1: #115803#: new events wheren't recognized
Diffstat (limited to 'xmloff/source/script/XMLEventExport.cxx')
-rw-r--r-- | xmloff/source/script/XMLEventExport.cxx | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/xmloff/source/script/XMLEventExport.cxx b/xmloff/source/script/XMLEventExport.cxx index 04393a371844..7af6dd00ddc9 100644 --- a/xmloff/source/script/XMLEventExport.cxx +++ b/xmloff/source/script/XMLEventExport.cxx @@ -2,9 +2,9 @@ * * $RCSfile: XMLEventExport.cxx,v $ * - * $Revision: 1.11 $ + * $Revision: 1.12 $ * - * last change: $Author: hr $ $Date: 2003-03-27 18:20:32 $ + * last change: $Author: hr $ $Date: 2004-03-08 16:15:35 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -357,5 +357,10 @@ const XMLEventNameTranslation aStandardEventTable[] = { "OnToggleFullscreen", "on-toggle-fullscreen" }, { "OnSaveDone", "on-save-done" }, { "OnSaveAsDone", "on-save-as-done" }, + { "OnCopyTo", "on-copy-to" }, + { "OnCopyToDone", "on-copy-to-done" }, + { "OnViewCreated", "on-view-created" }, + { "OnPrepareViewClosing", "on-prepare-view-closing" }, + { "OnViewClosed", "on-view-close" }, { NULL, NULL } }; |