summaryrefslogtreecommitdiff
path: root/sdext
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2017-07-13 11:45:27 +0200
committerStephan Bergmann <sbergman@redhat.com>2017-07-13 11:45:27 +0200
commit833d376b6df5f2f9e4a9cee8fe59aafac405d94f (patch)
treea1f5d7f3e682f2286e5b6ac442f6b7924392806b /sdext
parenta38eb6862868c18296b26d582658a831b622088a (diff)
loplugin:oncevar: empty strings: sdext
Change-Id: I4685380e343370757cc9b9ebcc0af35c8918b1e3
Diffstat (limited to 'sdext')
-rw-r--r--sdext/source/presenter/PresenterTheme.cxx3
1 files changed, 1 insertions, 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::Theme> 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