diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2003-06-27 08:08:16 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2003-06-27 08:08:16 +0000 |
commit | 4d0a299254ddb3add16d1832e77f479080bf34f3 (patch) | |
tree | b0ecb170ac553fd62d2bf673aa9aa5b7673f6a7c /sw/inc/swevent.hxx | |
parent | 316c9ff88b7bd2fe5f486d977e4cb4b74d92e02e (diff) |
INTEGRATION: CWS fwk07 (1.1.1.1.282); FILE MERGED
2003/06/20 13:56:46 mba 1.1.1.1.282.1: #110383#: new event OnMailMergeFinished
Diffstat (limited to 'sw/inc/swevent.hxx')
-rw-r--r-- | sw/inc/swevent.hxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sw/inc/swevent.hxx b/sw/inc/swevent.hxx index 2dc79cbe6ca8..bd20bea2e425 100644 --- a/sw/inc/swevent.hxx +++ b/sw/inc/swevent.hxx @@ -2,9 +2,9 @@ * * $RCSfile: swevent.hxx,v $ * - * $Revision: 1.1.1.1 $ + * $Revision: 1.2 $ * - * last change: $Author: hr $ $Date: 2000-09-18 17:14:28 $ + * last change: $Author: vg $ $Date: 2003-06-27 09:08:16 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -81,6 +81,7 @@ #define SW_EVENT_FRM_RESIZE ( EVENT_APP_START + 6 ) #define SW_EVENT_FRM_MOVE ( EVENT_APP_START + 7 ) #define SW_EVENT_PAGE_COUNT ( EVENT_APP_START + 8 ) +#define SW_EVENT_MAIL_MERGE_END ( EVENT_APP_START + 9 ) class SwFrmFmt; |