diff options
author | Cédric Bosdonnat <cedricbosdo@openoffice.org> | 2011-03-16 16:06:49 +0100 |
---|---|---|
committer | Cédric Bosdonnat <cedricbosdo@openoffice.org> | 2011-03-19 15:33:13 +0100 |
commit | 481e04cd43701e6f760715e1c22000707f63ce32 (patch) | |
tree | b50244f0e59075ca4349da431f6ecaf91d39995b /sw/inc/unoprnms.hxx | |
parent | 67697d941503b52c4fb455e3c8cf2fcdc58377bd (diff) |
Added column separator style in ODF
Diffstat (limited to 'sw/inc/unoprnms.hxx')
-rw-r--r-- | sw/inc/unoprnms.hxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sw/inc/unoprnms.hxx b/sw/inc/unoprnms.hxx index e9a2deb5e8c9..3462d6c1e182 100644 --- a/sw/inc/unoprnms.hxx +++ b/sw/inc/unoprnms.hxx @@ -807,7 +807,8 @@ enum SwPropNameIds /* 0739 */ UNO_NAME_IS_TEMPLATE, /* 0740 */ UNO_NAME_VBA_DOCOBJ, /* 0741 */ UNO_NAME_NESTED_TEXT_CONTENT, -/* 0742 */ SW_PROPNAME_END +/* 0742 */ UNO_NAME_SEPARATOR_LINE_STYLE, +/* 0743 */ SW_PROPNAME_END }; struct SwPropNameLen |