summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2017-12-08 14:47:48 +0200
committerAndras Timar <andras.timar@collabora.com>2018-03-19 14:56:20 +0100
commit63b7f70f1bc227be9e0b7f99d8221b83e7711cf2 (patch)
tree118084db46e5352dc6cd77d1a52b6af6e7cfc09b
parentc0a31a5ec47145b56b55c1af97565d6be4a00dd7 (diff)
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@libreoffice.org> Reviewed-by: Tor Lillqvist <tml@collabora.com> (cherry picked from commit ce652a7f0d2745143a3e1078607a72695ce124f9)
-rw-r--r--include/svl/itemset.hxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/svl/itemset.hxx b/include/svl/itemset.hxx
index 9291fd430421..f24e67f9f248 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;