summaryrefslogtreecommitdiff
path: root/sw/inc
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@suse.cz>2013-08-24 11:11:44 +0200
committerMiklos Vajna <vmiklos@suse.cz>2013-08-24 12:45:15 +0200
commit2a01c49f767353e6db58d59362dace2363b736bb (patch)
tree20fe1d11d0067fbaaa0171256f7094faef5161a3 /sw/inc
parent4bea3627327d2faba580701062160ea7892cd384 (diff)
sw: add ShadowTransparence UNO property for frames
drawinglayer has a separate property for the shadow transparency, too. One more step towards Writer frames have the same UNO API as drawinglayer shapes. Change-Id: I84617502e9beb9e077c783ee8eb771d79c6ee666
Diffstat (limited to 'sw/inc')
-rw-r--r--sw/inc/unoprnms.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/sw/inc/unoprnms.hxx b/sw/inc/unoprnms.hxx
index aa1c7c99066d..51680fcf76ee 100644
--- a/sw/inc/unoprnms.hxx
+++ b/sw/inc/unoprnms.hxx
@@ -836,8 +836,9 @@ enum SwPropNameIds
/* 0770 */ UNO_NAME_CHAR_TOP_BORDER_DISTANCE,
/* 0771 */ UNO_NAME_CHAR_BOTTOM_BORDER_DISTANCE,
/* 0772 */ UNO_NAME_CHAR_SHADOW_FORMAT,
+/* 0773 */ UNO_NAME_SHADOW_TRANSPARENCE,
-/* 0773 */ SW_PROPNAME_END
+ SW_PROPNAME_END
// new items in this array must match SwPropNameTab aPropNameTab
};