diff options
Diffstat (limited to 'sw/inc/unoprnms.hxx')
-rw-r--r-- | sw/inc/unoprnms.hxx | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sw/inc/unoprnms.hxx b/sw/inc/unoprnms.hxx index fb6e9d372adf..68a1f4b011cd 100644 --- a/sw/inc/unoprnms.hxx +++ b/sw/inc/unoprnms.hxx @@ -822,7 +822,9 @@ enum SwPropNameIds /* 0760 */ UNO_NAME_DEFAULT_PAGE_MODE, -/* 0761 */ SW_PROPNAME_END +/* 0761 */ UNO_NAME_CHAR_SHADING_VALUE, + +/* 0762 */ SW_PROPNAME_END // new items in this array must match SwPropNameTab aPropNameTab }; |