diff options
author | Katarina Behrens <Katarina.Behrens@cib.de> | 2020-01-24 17:05:53 +0100 |
---|---|---|
committer | Michael Stahl <michael.stahl@cib.de> | 2020-02-03 12:03:29 +0100 |
commit | a5cd4d39f09c3658c2b7cfff4ab6a74449d4f0c0 (patch) | |
tree | e32bbba5af0b53556e4c1eb9479b77d7b0a03705 /sw/inc | |
parent | 916cbda310a43d46a0789fd8b2c8f15fb86b27b4 (diff) |
Add ProtectBookmarksAndFields per-document option
Change-Id: I8dac403ddea59026b5f52c132c8accc1bd0ada92
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/87360
Tested-by: Jenkins
Reviewed-by: Michael Stahl <michael.stahl@cib.de>
Diffstat (limited to 'sw/inc')
-rw-r--r-- | sw/inc/IDocumentSettingAccess.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sw/inc/IDocumentSettingAccess.hxx b/sw/inc/IDocumentSettingAccess.hxx index 56ff3ab04234..39ca9a52c87b 100644 --- a/sw/inc/IDocumentSettingAccess.hxx +++ b/sw/inc/IDocumentSettingAccess.hxx @@ -103,6 +103,7 @@ enum class DocumentSettingId EMBED_SYSTEM_FONTS, APPLY_PARAGRAPH_MARK_FORMAT_TO_NUMBERING, CONTINUOUS_ENDNOTES, + PROTECT_BOOKMARKS_AND_FIELDS, }; /** Provides access to settings of a document |