diff options
author | Rüdiger Timm <rt@openoffice.org> | 2008-02-19 12:34:55 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2008-02-19 12:34:55 +0000 |
commit | 13370459f8daab4c896607e4ce75557128f11a43 (patch) | |
tree | b56c573ae97493ad6471e55f4dc4d017e3b94a43 /sw/inc/swevent.hxx | |
parent | 5dbd7a36260deee32e6d5bbe7aa6697e77626c9c (diff) |
INTEGRATION: CWS notes2 (1.4.808); FILE MERGED
2008/01/30 09:56:20 mba 1.4.808.1: #i6193#: notification when layout is complete
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 9d90a253bfc7..d41e62489cd1 100644 --- a/sw/inc/swevent.hxx +++ b/sw/inc/swevent.hxx @@ -4,9 +4,9 @@ * * $RCSfile: swevent.hxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: rt $ $Date: 2005-09-09 02:13:58 $ + * last change: $Author: rt $ $Date: 2008-02-19 13:34:55 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -58,6 +58,7 @@ #define SW_EVENT_MAIL_MERGE_END ( EVENT_APP_START + 9 ) #define SW_EVENT_FIELD_MERGE ( EVENT_APP_START + 10 ) #define SW_EVENT_FIELD_MERGE_FINISHED ( EVENT_APP_START + 11 ) +#define SW_EVENT_LAYOUT_FINISHED ( EVENT_APP_START + 12 ) class SwFrmFmt; class SwFmtINetFmt; |