diff options
author | Miklos Vajna <vmiklos@collabora.com> | 2022-10-05 08:22:19 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2022-10-05 14:53:03 +0200 |
commit | 481a082469802ffce08cd8c110e715260015eb97 (patch) | |
tree | ff8bbe6bbf79a6b0c381fe4aa5bc596d29c4b8ba /sw/inc/unoprnms.hxx | |
parent | a10d712f7020c00a49085d55b8905caa66729d1c (diff) |
sw content controls: preserve alias
This is similar to <w15:color> to preserve <w:alias>.
Related to
<https://gerrit.libreoffice.org/c/core/+/137399/2#message-a5ba9f1e0dc9e586034758ee7c0a94e1533e8922>.
Change-Id: I774b7204c5ca02ec6db89f5cbd3a6de6f2bf82a1
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/140975
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Tested-by: Jenkins
Diffstat (limited to 'sw/inc/unoprnms.hxx')
-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 bb82bf3a1eef..850a789900df 100644 --- a/sw/inc/unoprnms.hxx +++ b/sw/inc/unoprnms.hxx @@ -890,6 +890,7 @@ #define UNO_NAME_DATA_BINDING_XPATH "DataBindingXpath" #define UNO_NAME_DATA_BINDING_STORE_ITEM_ID "DataBindingStoreItemID" #define UNO_NAME_COLOR "Color" +#define UNO_NAME_ALIAS "Alias" #endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |