diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2008-07-01 10:25:04 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2008-07-01 10:25:04 +0000 |
commit | b1d6258244384e99e8c4cbdc36ea95e09637e137 (patch) | |
tree | b248d6dab84dae848903d4882d5c443bf784de40 /sw/inc/unoprnms.hxx | |
parent | 1a0e214e50bf661d6aee090b9c9ed94c850817a4 (diff) |
INTEGRATION: CWS xmlfilter05 (1.125.14); FILE MERGED
2008/06/27 12:07:24 dr 1.125.14.4: RESYNC: (1.127-1.128); FILE MERGED
2008/05/02 10:45:46 hbrinkm 1.125.14.3: RESYNC: (1.125-1.127); FILE MERGED
2008/04/24 06:28:32 os 1.125.14.2: StreamName property added to TextEmbeddedObject
2008/04/02 12:48:07 hbrinkm 1.125.14.1: merged changes from xmlfilter04 to xmlfilter05
Diffstat (limited to 'sw/inc/unoprnms.hxx')
-rw-r--r-- | sw/inc/unoprnms.hxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sw/inc/unoprnms.hxx b/sw/inc/unoprnms.hxx index 81c539095e..beb173e985 100644 --- a/sw/inc/unoprnms.hxx +++ b/sw/inc/unoprnms.hxx @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: unoprnms.hxx,v $ - * $Revision: 1.128 $ + * $Revision: 1.129 $ * * This file is part of OpenOffice.org. * @@ -795,7 +795,8 @@ enum SwPropNameIds /* 0728 */ UNO_NAME_LIST_ID, /* 0729 */ UNO_NAME_DEFAULT_LIST_ID, // <-- -/* 0730 */ SW_PROPNAME_END +/* 0730 */ UNO_NAME_STREAM_NAME, +/* 0731 */ SW_PROPNAME_END }; |