diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2017-06-08 16:40:12 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2017-06-08 16:40:12 +0200 |
commit | bd5a895c2b79b6c3a7655136a80e257656f605e4 (patch) | |
tree | 2fd695217e259ceaaae79e830a882111e6be76a4 | |
parent | a5c1b12bc249660febbc5752bebd449f27af9e72 (diff) |
DbgCheckItemSet is gone
...since 87c9465262680dec09efb869800859aa65ab1d19 "Bin unused function
DbgCheckItemSet"
Change-Id: I109598dc5e087697d77b96a0ba2fb178d47b3aa6
-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); |