diff options
author | Miklos Vajna <vmiklos@collabora.com> | 2022-10-05 15:18:53 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2022-10-05 16:05:19 +0200 |
commit | 5262aab9d220675f616579720b4bb43ee03cccfb (patch) | |
tree | 453d6eed7a019cc4a46e91e41726c4181a6dce8b /sw/inc/unoprnms.hxx | |
parent | 1490923bea9c3ec763488a73912ff0a143329a24 (diff) |
sw content controls: preserve tag
This is similar to <w15:color> to preserve <w:tag>.
Resolves
<https://gerrit.libreoffice.org/c/core/+/137399/2#message-a5ba9f1e0dc9e586034758ee7c0a94e1533e8922>.
Change-Id: I4fdab44aaf13ca812502ae79f38f32ec9468db11
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/140981
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 850a789900df..0a21fd182690 100644 --- a/sw/inc/unoprnms.hxx +++ b/sw/inc/unoprnms.hxx @@ -891,6 +891,7 @@ #define UNO_NAME_DATA_BINDING_STORE_ITEM_ID "DataBindingStoreItemID" #define UNO_NAME_COLOR "Color" #define UNO_NAME_ALIAS "Alias" +#define UNO_NAME_TAG "Tag" #endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |