diff options
author | Miklos Vajna <vmiklos@suse.cz> | 2013-01-28 13:34:52 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@suse.cz> | 2013-01-28 13:49:41 +0100 |
commit | abe9599b9dea6d7b3ad840dee88848ac10f55a04 (patch) | |
tree | 53cb8bf2fed4723cf0f976fdc8de390b63806341 /sw/inc/unoprnms.hxx | |
parent | d8de1d6070b7e89fcb5e51307d20b081e83fd02d (diff) |
text::BaseFrameProperties: add FillGradientName optional property
Change-Id: Iae428edb97e31ae578d2ab4679f6d346d5339a9f
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 a9834b3346b7..42027aff2028 100644 --- a/sw/inc/unoprnms.hxx +++ b/sw/inc/unoprnms.hxx @@ -818,8 +818,9 @@ enum SwPropNameIds /* 0756 */ UNO_NAME_HIDDEN, /* 0757 */ UNO_NAME_FILL_STYLE, /* 0758 */ UNO_NAME_FILL_GRADIENT, +/* 0759 */ UNO_NAME_FILL_GRADIENT_NAME, -/* 0759 */ SW_PROPNAME_END +/* 0760 */ SW_PROPNAME_END // new items in this array must match SwPropNameTab aPropNameTab }; |