[Libreoffice-commits] core.git: compilerplugins/clang include/svl

Stephan Bergmann sbergman at redhat.com
Thu Jun 8 14:41:18 UTC 2017


 compilerplugins/clang/unusedmethods.results |    2 --
 include/svl/itemset.hxx                     |    1 -
 2 files changed, 3 deletions(-)

New commits:
commit bd5a895c2b79b6c3a7655136a80e257656f605e4
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Thu Jun 8 16:40:12 2017 +0200

    DbgCheckItemSet is gone
    
    ...since 87c9465262680dec09efb869800859aa65ab1d19 "Bin unused function
    DbgCheckItemSet"
    
    Change-Id: I109598dc5e087697d77b96a0ba2fb178d47b3aa6

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);


More information about the Libreoffice-commits mailing list