summaryrefslogtreecommitdiff
path: root/extensions/source/abpilot/abpfinalpage.cxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-11-06 09:35:47 +0100
committerStephan Bergmann <sbergman@redhat.com>2015-11-06 09:35:47 +0100
commit8cff2e85e97b4059eda5b2ac126480085b170a79 (patch)
treea7ae3f0cba19217bfc02be4613f1a07391197878 /extensions/source/abpilot/abpfinalpage.cxx
parent4770941171b0139c79b222b0754beca6bdc7162b (diff)
loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)
Change-Id: Ia91f035c188fa99cdf0b9e80cb256e1b86f00551
Diffstat (limited to 'extensions/source/abpilot/abpfinalpage.cxx')
-rw-r--r--extensions/source/abpilot/abpfinalpage.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/source/abpilot/abpfinalpage.cxx b/extensions/source/abpilot/abpfinalpage.cxx
index c115698d5031..d51c35678aff 100644
--- a/extensions/source/abpilot/abpfinalpage.cxx
+++ b/extensions/source/abpilot/abpfinalpage.cxx
@@ -37,7 +37,7 @@ namespace abp
const SfxFilter* lcl_getBaseFilter()
{
- const SfxFilter* pFilter = SfxFilter::GetFilterByName(OUString("StarOffice XML (Base)"));
+ const SfxFilter* pFilter = SfxFilter::GetFilterByName("StarOffice XML (Base)");
OSL_ENSURE(pFilter,"Filter: StarOffice XML (Base) could not be found!");
return pFilter;
}