diff options
Diffstat (limited to 'sw/inc')
-rw-r--r-- | sw/inc/unoprnms.hxx | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/sw/inc/unoprnms.hxx b/sw/inc/unoprnms.hxx index e70963a19ccd..8114f91d365f 100644 --- a/sw/inc/unoprnms.hxx +++ b/sw/inc/unoprnms.hxx @@ -808,7 +808,11 @@ enum SwPropNameIds /* 0744 */ UNO_NAME_EMBEDDED_OBJECT, /* 0745 */ UNO_NAME_RSID, /* 0746 */ UNO_NAME_PARRSID, -/* 0747 */ SW_PROPNAME_END + +/* 0747 */ UNO_NAME_LINE_STYLE, +/* 0748 */ UNO_NAME_LINE_WIDTH, + +/* 0749 */ SW_PROPNAME_END // new items in this array must match SwPropNameTab aPropNameTab }; |