diff options
author | Caolán McNamara <caolan.mcnamara@collabora.com> | 2023-12-21 11:34:30 +0000 |
---|---|---|
committer | Caolán McNamara <caolan.mcnamara@collabora.com> | 2023-12-21 21:14:07 +0100 |
commit | b45f360fcffe076ccec7be790604665c80f7380e (patch) | |
tree | 3bbcc14dcdc83adc983af517b537a4448cb1f4db /sw/inc/unoprnms.hxx | |
parent | 789a737ac92c4f2b0eb9820b99c43cc8253c8b29 (diff) |
export UserAllowsLinkUpdate via AllowLinkUpdate property
Change-Id: I3dca61490ba9ad2912faf0bb431fb643f248c247
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/161123
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolan.mcnamara@collabora.com>
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 360c2c1953d0..396e8e3d7e29 100644 --- a/sw/inc/unoprnms.hxx +++ b/sw/inc/unoprnms.hxx @@ -804,6 +804,7 @@ inline constexpr OUString UNO_NAME_PARA_STYLE_CONDITIONS = u"ParaStyleConditions inline constexpr OUString UNO_NAME_ROLE = u"Role"_ustr; inline constexpr OUString UNO_NAME_FIELD_CODE = u"FieldCode"_ustr; inline constexpr OUString UNO_NAME_HAS_VALID_SIGNATURES = u"HasValidSignatures"_ustr; +inline constexpr OUString UNO_NAME_ALLOW_LINK_UPDATE = u"AllowLinkUpdate"_ustr; inline constexpr OUString UNO_NAME_CHAR_AUTO_STYLE_NAME = u"CharAutoStyleName"_ustr; inline constexpr OUString UNO_NAME_PARA_AUTO_STYLE_NAME = u"ParaAutoStyleName"_ustr; inline constexpr OUString UNO_NAME_LAYOUT_SIZE = u"LayoutSize"_ustr; |