summaryrefslogtreecommitdiffstats
path: root/sw/inc/unoprnms.hxx
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@suse.cz>2013-01-24 18:08:38 +0100
committerMiklos Vajna <vmiklos@suse.cz>2013-01-25 11:14:49 +0100
commit2a34dd723baac31e9ce0c639ce9244c0ced4ff06 (patch)
tree53df528cc065ca234be9998d4032545fbbaa033c /sw/inc/unoprnms.hxx
parentSvxBrushItem: extend this with a vcl Gradient and drawing::FillStyle (diff)
downloadcore-2a34dd723baac31e9ce0c639ce9244c0ced4ff06.tar.gz
core-2a34dd723baac31e9ce0c639ce9244c0ced4ff06.zip
text::BaseFrameProperties: add FillStyle and FillGradient optional properties
Change-Id: I854cc5e4da2ce87ef4a7af6e9c0cf6f208714e4c
Diffstat (limited to 'sw/inc/unoprnms.hxx')
-rw-r--r--sw/inc/unoprnms.hxx4
1 files changed, 3 insertions, 1 deletions
diff --git a/sw/inc/unoprnms.hxx b/sw/inc/unoprnms.hxx
index b681c11ae3d6..a9834b3346b7 100644
--- a/sw/inc/unoprnms.hxx
+++ b/sw/inc/unoprnms.hxx
@@ -816,8 +816,10 @@ enum SwPropNameIds
/* 0755 */ UNO_NAME_REPLACEMENT_GRAPHIC_URL,
/* 0756 */ UNO_NAME_HIDDEN,
+/* 0757 */ UNO_NAME_FILL_STYLE,
+/* 0758 */ UNO_NAME_FILL_GRADIENT,
-/* 0757 */ SW_PROPNAME_END
+/* 0759 */ SW_PROPNAME_END
// new items in this array must match SwPropNameTab aPropNameTab
};