summaryrefslogtreecommitdiff
path: root/include/xmloff
diff options
context:
space:
mode:
authorSerge Krot <Serge.Krot@cib.de>2018-08-28 14:32:14 +0200
committerThorsten Behrens <Thorsten.Behrens@CIB.de>2018-08-30 00:21:23 +0200
commit3559daee24ea1224d3d40e6a86b10cf37e18443f (patch)
treef4ecb418071b7c4c464335003e947f3bdc598a2d /include/xmloff
parenta1dd8098e6e2a7d5ba4b9c1a2d094db11d3d6b27 (diff)
tdf#101856 Handle properties of nested bookmarks
Change-Id: I1a92d2001e58751c5bbe41f6480f4c46dcc8c9e7 Reviewed-on: https://gerrit.libreoffice.org/59766 Tested-by: Jenkins Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
Diffstat (limited to 'include/xmloff')
-rw-r--r--include/xmloff/txtimp.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/xmloff/txtimp.hxx b/include/xmloff/txtimp.hxx
index c8e060f15d9c..2caeff3ea689 100644
--- a/include/xmloff/txtimp.hxx
+++ b/include/xmloff/txtimp.hxx
@@ -712,9 +712,9 @@ public:
void AddCrossRefHeadingMapping(OUString const& rFrom, OUString const& rTo);
void MapCrossRefHeadingFieldsHorribly();
- void setBookmarkAttributes(bool hidden, OUString const& condition);
- bool getBookmarkHidden();
- const OUString& getBookmarkCondition();
+ void setBookmarkAttributes(OUString const& bookmark, bool hidden, OUString const& condition);
+ bool getBookmarkHidden(OUString const& bookmark) const;
+ const OUString& getBookmarkCondition(OUString const& bookmark) const;
};