diff options
-rw-r--r-- | compilerplugins/clang/unusedmethods.results | 2 | ||||
-rw-r--r-- | include/svl/itemset.hxx | 1 |
2 files changed, 0 insertions, 3 deletions
diff --git a/compilerplugins/clang/unusedmethods.results b/compilerplugins/clang/unusedmethods.results index 03176a9681fd..88ac2af8aa1c 100644 --- a/compilerplugins/clang/unusedmethods.results +++ b/compilerplugins/clang/unusedmethods.results @@ -204,8 +204,6 @@ include/sfx2/msg.hxx:120 const class std::type_info * SfxType0::Type() const include/svl/itempool.hxx:209 void SfxItemPool::dumpAsXml(struct _xmlTextWriter *) const -include/svl/itemset.hxx:45 - const char * DbgCheckItemSet(const void *) include/svl/macitem.hxx:96 class __gnu_debug::_Safe_iterator<struct std::_Rb_tree_const_iterator<struct std::pair<const unsigned short, class SvxMacro> >, class std::__debug::map<unsigned short, class SvxMacro, struct std::less<unsigned short>, class std::allocator<struct std::pair<const unsigned short, class SvxMacro> > > > SvxMacroTableDtor::begin() const include/svl/macitem.hxx:98 diff --git a/include/svl/itemset.hxx b/include/svl/itemset.hxx index dccebd2b23b3..ee3ac3d06366 100644 --- a/include/svl/itemset.hxx +++ b/include/svl/itemset.hxx @@ -42,7 +42,6 @@ class SAL_WARN_UNUSED SVL_DLLPUBLIC SfxItemSet friend class SfxItemPoolCache; friend class SfxAllItemSet; -friend const char *DbgCheckItemSet( const void* ); private: SVL_DLLPRIVATE void InitRanges_Impl(const sal_uInt16 *nWhichPairTable); |