From 062eaeffe7cb986255063bb9b0a5f3fb3fc8e34c Mon Sep 17 00:00:00 2001 From: Tzvetelina Tzeneva Date: Thu, 22 Dec 2011 17:27:32 +0100 Subject: sw: Improved document comparison based on RSIDs. --- sw/inc/unoprnms.hxx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'sw/inc/unoprnms.hxx') diff --git a/sw/inc/unoprnms.hxx b/sw/inc/unoprnms.hxx index 8df75ee59bfb..e70963a19ccd 100644 --- a/sw/inc/unoprnms.hxx +++ b/sw/inc/unoprnms.hxx @@ -806,7 +806,9 @@ enum SwPropNameIds /* 0742 */ UNO_NAME_SEPARATOR_LINE_STYLE, /* 0743 */ UNO_NAME_FOOTNOTE_LINE_STYLE, /* 0744 */ UNO_NAME_EMBEDDED_OBJECT, -/* 0745 */ SW_PROPNAME_END +/* 0745 */ UNO_NAME_RSID, +/* 0746 */ UNO_NAME_PARRSID, +/* 0747 */ SW_PROPNAME_END // new items in this array must match SwPropNameTab aPropNameTab }; -- cgit