diff options
author | Mike Kaganski <mike.kaganski@collabora.com> | 2022-09-15 08:55:46 +0300 |
---|---|---|
committer | Mike Kaganski <mike.kaganski@collabora.com> | 2022-09-15 09:14:15 +0200 |
commit | 18edbe1e0d96e8df029ea6ae7ec85bb26b18ab72 (patch) | |
tree | e280d964b2402f95d0389918917a565aaf919d57 /sw/inc/contentindex.hxx | |
parent | a809d89307ecfdc00fd6dcda96c53986189f35ef (diff) |
This does not need to be friend or linked externally
Change-Id: I75aaa3b211d0385c7138b531a77058e05d58f028
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/139962
Tested-by: Jenkins
Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
Diffstat (limited to 'sw/inc/contentindex.hxx')
-rw-r--r-- | sw/inc/contentindex.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sw/inc/contentindex.hxx b/sw/inc/contentindex.hxx index 0e2abc582116..2be6bc650879 100644 --- a/sw/inc/contentindex.hxx +++ b/sw/inc/contentindex.hxx @@ -116,7 +116,6 @@ SW_DLLPUBLIC std::ostream& operator <<(std::ostream& s, const SwContentIndex& in class SAL_WARN_UNUSED SwContentIndexReg { friend class SwContentIndex; - friend bool sw_PosOk(const SwPosition & aPos); const SwContentIndex * m_pFirst; const SwContentIndex * m_pLast; |