From 833d376b6df5f2f9e4a9cee8fe59aafac405d94f Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Thu, 13 Jul 2017 11:45:27 +0200 Subject: loplugin:oncevar: empty strings: sdext Change-Id: I4685380e343370757cc9b9ebcc0af35c8918b1e3 --- sdext/source/presenter/PresenterTheme.cxx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/sdext/source/presenter/PresenterTheme.cxx b/sdext/source/presenter/PresenterTheme.cxx index 412c2c9e8f3e..4bdd60676853 100644 --- a/sdext/source/presenter/PresenterTheme.cxx +++ b/sdext/source/presenter/PresenterTheme.cxx @@ -276,8 +276,7 @@ std::shared_ptr PresenterTheme::ReadTheme() "/org.openoffice.Office.PresenterScreen/", PresenterConfigurationAccess::READ_ONLY); - OUString sThemeName; - return aReadContext.ReadTheme(aConfiguration, sThemeName); + return aReadContext.ReadTheme(aConfiguration, OUString()); } bool PresenterTheme::HasCanvas() const -- cgit