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

Tor Lillqvist tml at collabora.com
Sun Dec 10 00:12:33 UTC 2017


 include/svl/itemset.hxx |    2 --
 1 file changed, 2 deletions(-)

New commits:
commit ce652a7f0d2745143a3e1078607a72695ce124f9
Author: Tor Lillqvist <tml at collabora.com>
Date:   Fri Dec 8 14:47:48 2017 +0200

    Bin two comments that say the same as the names of the functions they are for
    
    Change-Id: I385e0ae6502eeab9e5cb536c34c64b7fa48442d0
    Reviewed-on: https://gerrit.libreoffice.org/46138
    Tested-by: Jenkins <ci at libreoffice.org>
    Reviewed-by: Tor Lillqvist <tml at collabora.com>

diff --git a/include/svl/itemset.hxx b/include/svl/itemset.hxx
index c3715177810c..ca944d282ad4 100644
--- a/include/svl/itemset.hxx
+++ b/include/svl/itemset.hxx
@@ -174,10 +174,8 @@ public:
         return nullptr;
     }
 
-    // Get Which-value of the item at position nPos
     sal_uInt16                  GetWhichByPos(sal_uInt16 nPos) const;
 
-    // Get item-status
     SfxItemState                GetItemState(   sal_uInt16 nWhich,
                                                 bool bSrchInParent = true,
                                                 const SfxPoolItem **ppItem = nullptr ) const;


More information about the Libreoffice-commits mailing list