diff options
author | Michael Brauer <mib@openoffice.org> | 2002-07-24 12:14:57 +0000 |
---|---|---|
committer | Michael Brauer <mib@openoffice.org> | 2002-07-24 12:14:57 +0000 |
commit | baf18777bbfe50def920f319a1b73e62696a6d45 (patch) | |
tree | 0b6ccbeede8330f179eddd22d534d1f454b49076 /sw/inc/hintids.hxx | |
parent | 32521a538819d535d976a4a248ab46a2fd7a0df8 (diff) |
#100014#: Broadcast name/description change events for farmes and tables
Diffstat (limited to 'sw/inc/hintids.hxx')
-rw-r--r-- | sw/inc/hintids.hxx | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/sw/inc/hintids.hxx b/sw/inc/hintids.hxx index 5496818fe939..634c05195b9a 100644 --- a/sw/inc/hintids.hxx +++ b/sw/inc/hintids.hxx @@ -2,9 +2,9 @@ * * $RCSfile: hintids.hxx,v $ * - * $Revision: 1.18 $ + * $Revision: 1.19 $ * - * last change: $Author: fme $ $Date: 2002-02-06 16:04:40 $ + * last change: $Author: mib $ $Date: 2002-07-24 13:07:43 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -334,6 +334,8 @@ RES_MSG_BEGIN = RES_FMT_END, RES_TOXMARK_DELETED, RES_GRAPHIC_SWAPIN, RES_FIELD_DELETED, + RES_NAME_CHANGED, + RES_ALT_TEXT_CHANGED, RES_MSG_END }; |