summaryrefslogtreecommitdiff
path: root/xmloff
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2004-10-04 17:12:03 +0000
committerKurt Zenker <kz@openoffice.org>2004-10-04 17:12:03 +0000
commit74111fd1fb53271bf54effab87df244d083b9cb4 (patch)
tree8b9fc449ca4600678151eba9f0ebef983be855b5 /xmloff
parent1dc70516726a2efca6363816eea4c4a52d063dfb (diff)
INTEGRATION: CWS mav09 (1.12.58); FILE MERGED
2004/08/09 18:21:33 mav 1.12.58.2: RESYNC: (1.12-1.13); FILE MERGED 2004/07/02 16:36:00 mba 1.12.58.1: #i27773#: new event
Diffstat (limited to 'xmloff')
-rw-r--r--xmloff/source/script/XMLEventExport.cxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/xmloff/source/script/XMLEventExport.cxx b/xmloff/source/script/XMLEventExport.cxx
index bb35b8b4fd..4bd72b8a5a 100644
--- a/xmloff/source/script/XMLEventExport.cxx
+++ b/xmloff/source/script/XMLEventExport.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: XMLEventExport.cxx,v $
*
- * $Revision: 1.13 $
+ * $Revision: 1.14 $
*
- * last change: $Author: rt $ $Date: 2004-07-13 08:16:27 $
+ * last change: $Author: kz $ $Date: 2004-10-04 18:12:03 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -367,6 +367,7 @@ const XMLEventNameTranslation aStandardEventTable[] =
{ "OnViewCreated", XML_NAMESPACE_OFFICE, "view-created" },
{ "OnPrepareViewClosing", XML_NAMESPACE_OFFICE, "prepare-view-closing" },
{ "OnViewClosed", XML_NAMESPACE_OFFICE, "view-close" },
+ { "OnVisAreaChanged", XML_NAMESPACE_OFFICE, "visarea-changed" }, // "on-visarea-changed"
{ NULL, NULL }
};