summaryrefslogtreecommitdiff
path: root/svl
diff options
context:
space:
mode:
authorMike Kaganski <mike.kaganski@collabora.com>2018-03-21 09:23:48 +0100
committerMike Kaganski <mike.kaganski@collabora.com>2018-03-21 10:16:38 +0100
commitf1779e0e4b9d191ca4682011d179ff1879ef82f5 (patch)
treea70c6d871236b01669e672a17640c696b76d91ac /svl
parent234d0368c823eb1a74e973e051ac522e6b86e833 (diff)
Remove redundant assert
We had just returned on this condition Change-Id: I822a4fe62e24442800ca17b404862818095e641d Reviewed-on: https://gerrit.libreoffice.org/51685 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
Diffstat (limited to 'svl')
-rw-r--r--svl/source/items/itemset.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/svl/source/items/itemset.cxx b/svl/source/items/itemset.cxx
index 9aeacbd0ee9d..398a74896084 100644
--- a/svl/source/items/itemset.cxx
+++ b/svl/source/items/itemset.cxx
@@ -1338,7 +1338,6 @@ bool SfxItemSet::Equals(const SfxItemSet &rCmp, bool bComparePool) const
return false;
// If we reach here and bDifferentPools==true that means bComparePool==false.
- assert(!bDifferentPools || !bComparePool);
// Counting Ranges takes longer; they also need to be the same, however
sal_uInt16 nCount1 = TotalCount();