summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--vcl/qa/cppunit/app/test_IconThemeScanner.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/vcl/qa/cppunit/app/test_IconThemeScanner.cxx b/vcl/qa/cppunit/app/test_IconThemeScanner.cxx
index 63c5987a021f..857f65551365 100644
--- a/vcl/qa/cppunit/app/test_IconThemeScanner.cxx
+++ b/vcl/qa/cppunit/app/test_IconThemeScanner.cxx
@@ -48,8 +48,7 @@ IconThemeScannerTest::AddedThemeIsFoundById()
OUString theme("file:://images_katze.zip");
scanner.AddIconThemeByPath(theme);
OUString id = vcl::IconThemeInfo::FileNameToThemeId("images_katze.zip");
- bool found = false;
- found = scanner.IconThemeIsInstalled(id);
+ bool found = scanner.IconThemeIsInstalled(id);
CPPUNIT_ASSERT_EQUAL_MESSAGE("icon theme could be added by url", true, found);
}