summaryrefslogtreecommitdiffstats
path: root/comphelper/qa/container/comphelper_ifcontainer.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'comphelper/qa/container/comphelper_ifcontainer.cxx')
-rw-r--r--comphelper/qa/container/comphelper_ifcontainer.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/comphelper/qa/container/comphelper_ifcontainer.cxx b/comphelper/qa/container/comphelper_ifcontainer.cxx
index ed92aa692f4e..db904e2fbaf6 100644
--- a/comphelper/qa/container/comphelper_ifcontainer.cxx
+++ b/comphelper/qa/container/comphelper_ifcontainer.cxx
@@ -114,7 +114,7 @@ namespace comphelper_ifcontainer
CPPUNIT_ASSERT_EQUAL_MESSAGE("query contents",
nTests, static_cast<int>(aElements.size()));
- if (static_cast<int>(aElements.size()) == nTests)
+ if (aElements.size() == nTests)
{
for (i = 0; i < nTests; i++)
{