summaryrefslogtreecommitdiff
path: root/sw/source/core/unocore
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2005-03-11 09:46:35 +0000
committerVladimir Glazounov <vg@openoffice.org>2005-03-11 09:46:35 +0000
commit3d292b564a48499877cc0bbaf4484a3b20794745 (patch)
tree27f028c226bb4a6af5ab4d9026841bbc5f4ed832 /sw/source/core/unocore
parentb745703b17053e1b17779a920eb702fb593c0151 (diff)
INTEGRATION: CWS os54 (1.11.976); FILE MERGED
2005/02/22 12:10:47 os 1.11.976.1: #i30510# added events to be sent before and after merging data into fields
Diffstat (limited to 'sw/source/core/unocore')
-rw-r--r--sw/source/core/unocore/unoevent.cxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/sw/source/core/unocore/unoevent.cxx b/sw/source/core/unocore/unoevent.cxx
index 080ea96f508f..362361d0b3c7 100644
--- a/sw/source/core/unocore/unoevent.cxx
+++ b/sw/source/core/unocore/unoevent.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: unoevent.cxx,v $
*
- * $Revision: 1.11 $
+ * $Revision: 1.12 $
*
- * last change: $Author: vg $ $Date: 2003-04-17 14:42:33 $
+ * last change: $Author: vg $ $Date: 2005-03-11 10:46:35 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -309,6 +309,8 @@ const struct SvEventDescription aDocumentEvents[] =
{ SFX_EVENT_PRINTDOC, "OnPrint" },
{ SW_EVENT_MAIL_MERGE, "OnMailMerge" },
{ SW_EVENT_PAGE_COUNT, "PageCountChange" },
+ { SW_EVENT_FIELD_MERGE, "OnFieldMerge" },
+ { SW_EVENT_FIELD_MERGE_FINISHED, "OnFieldMergeFinished" },
// SFX_EVENT_LOADFINISHED,
// SFX_EVENT_MODIFYCHANGED,
// SFX_EVENT_PREPARECLOSEDOC,