summaryrefslogtreecommitdiff
path: root/sw/inc/IDocumentMarkAccess.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2019-07-17 05:41:08 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2019-07-17 08:18:11 +0200
commit7bad1516c5f2a85b5bae3f49261ac2494cbb7162 (patch)
treee16e60b92b2bead4e22a24949786d04008cf59ff /sw/inc/IDocumentMarkAccess.hxx
parentff55ad1aceb10b900254c8ad3629775b7789d60a (diff)
loplugin:unusedmethods
Change-Id: Ie2285f64919d1c83b0a8df4ceb827f731e5cd609 Reviewed-on: https://gerrit.libreoffice.org/75739 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sw/inc/IDocumentMarkAccess.hxx')
-rw-r--r--sw/inc/IDocumentMarkAccess.hxx7
1 files changed, 0 insertions, 7 deletions
diff --git a/sw/inc/IDocumentMarkAccess.hxx b/sw/inc/IDocumentMarkAccess.hxx
index cba649ea077e..a347c81d5bb3 100644
--- a/sw/inc/IDocumentMarkAccess.hxx
+++ b/sw/inc/IDocumentMarkAccess.hxx
@@ -274,13 +274,6 @@ class IDocumentMarkAccess
*/
virtual const_iterator_t findMark(const OUString& rMark) const =0;
- /** Find the first Mark that does not start before.
-
- @returns
- an iterator pointing to the mark, or pointing to getAllMarksEnd() if nothing was found.
- */
- virtual const_iterator_t findFirstMarkStartsBefore(const SwPosition& rPos) const =0;
-
// interface IBookmarks (BOOKMARK, CROSSREF_NUMITEM_BOOKMARK, CROSSREF_HEADING_BOOKMARK )
/** returns a STL-like random access iterator to the begin of the sequence the IBookmarks.