diff options
author | Miklos Vajna <vmiklos@collabora.com> | 2020-01-02 18:06:05 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2020-01-03 09:05:29 +0100 |
commit | c48790b5cec73a49aed20c26b123c3656bb9eff9 (patch) | |
tree | 94aeb6380b938228afbbb17a95883b09f1ea301c /sw/inc | |
parent | 1c743f157047a697e4f232d51ac7bc70ec98dd12 (diff) |
sw: add UNO API for semi-transparent text
This makes the ODF filter work out of the box, since the same property
was provided by Draw/Impress in the past already.
Change-Id: Ie6a053864c9fa41fad6ca4571d7d04a3756b7591
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/86147
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'sw/inc')
-rw-r--r-- | sw/inc/unoprnms.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sw/inc/unoprnms.hxx b/sw/inc/unoprnms.hxx index fdcc88442bc4..4e1e565868b7 100644 --- a/sw/inc/unoprnms.hxx +++ b/sw/inc/unoprnms.hxx @@ -118,6 +118,7 @@ #define UNO_NAME_CHAR_PROP_HEIGHT_COMPLEX "CharPropHeightComplex" #define UNO_NAME_CHAR_DIFF_HEIGHT_COMPLEX "CharDiffHeightComplex" #define UNO_NAME_CHAR_ESCAPEMENT_HEIGHT "CharEscapementHeight" +#define UNO_NAME_CHAR_TRANSPARENCE "CharTransparence" #define UNO_NAME_HIDE_TAB_LEADER_AND_PAGE_NUMBERS "HideTabLeaderAndPageNumber" #define UNO_NAME_TAB_IN_TOC "TabInTOC" #define UNO_NAME_TOC_BOOKMARK "TOCBookmark" |