diff options
author | Michael Stahl <michael.stahl@allotropia.de> | 2021-08-20 20:28:48 +0200 |
---|---|---|
committer | Michael Stahl <michael.stahl@allotropia.de> | 2021-08-23 15:43:50 +0200 |
commit | fbe183bbb05220a4ccc51952445b1797bb498403 (patch) | |
tree | 176188e3c06e6794d205671e54ea387c44f2b28d /xmloff/source/text/XMLTextMarkImportContext.hxx | |
parent | 43fc5f3aee4c06fb5983b625175d6991433945d4 (diff) |
xmloff: avoid annoying warnings about bookmark conditions
Change-Id: I7bb15c0ab46eee1554977b275b1dfdaff8d1b0cd
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/120794
Tested-by: Jenkins
Reviewed-by: Michael Stahl <michael.stahl@allotropia.de>
Diffstat (limited to 'xmloff/source/text/XMLTextMarkImportContext.hxx')
-rw-r--r-- | xmloff/source/text/XMLTextMarkImportContext.hxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/xmloff/source/text/XMLTextMarkImportContext.hxx b/xmloff/source/text/XMLTextMarkImportContext.hxx index ccf04e55deeb..407cddbadf7f 100644 --- a/xmloff/source/text/XMLTextMarkImportContext.hxx +++ b/xmloff/source/text/XMLTextMarkImportContext.hxx @@ -65,6 +65,8 @@ private: OUString m_sBookmarkName; OUString m_sFieldName; + bool m_isHidden; + OUString m_sCondition; OUString m_sXmlId; // RDFa bool m_bHaveAbout; |