From abe9599b9dea6d7b3ad840dee88848ac10f55a04 Mon Sep 17 00:00:00 2001 From: Miklos Vajna Date: Mon, 28 Jan 2013 13:34:52 +0100 Subject: text::BaseFrameProperties: add FillGradientName optional property Change-Id: Iae428edb97e31ae578d2ab4679f6d346d5339a9f --- sw/inc/unoprnms.hxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sw/inc/unoprnms.hxx') 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 }; -- cgit