summaryrefslogtreecommitdiff
path: root/i18npool
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2017-02-20 19:56:39 +0100
committerStephan Bergmann <sbergman@redhat.com>2017-02-21 07:35:06 +0100
commit87f3a357d2a1aa00a4d55c0bc6a29f686fe024b6 (patch)
treed6d2c5a84971f8fc70c627e6fc11fc035a3c3420 /i18npool
parent1c413e4b9ded15567763dd0be086f7e311ca4dbb (diff)
loplugin:subtlezeroinit: i18npool
Change-Id: Ie94d8347a2a64e137221709da3e321f1eabb7d1b
Diffstat (limited to 'i18npool')
-rw-r--r--i18npool/source/characterclassification/unoscripttypedetector.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/i18npool/source/characterclassification/unoscripttypedetector.cxx b/i18npool/source/characterclassification/unoscripttypedetector.cxx
index 78749a18fff3..95c49b6d11f2 100644
--- a/i18npool/source/characterclassification/unoscripttypedetector.cxx
+++ b/i18npool/source/characterclassification/unoscripttypedetector.cxx
@@ -86,7 +86,7 @@ com_sun_star_i18n_ScriptTypeDetector_get_implementation(
css::uno::XComponentContext *,
css::uno::Sequence<css::uno::Any> const &)
{
- return cppu::acquire(new UnoScriptTypeDetector());
+ return cppu::acquire(new UnoScriptTypeDetector);
}
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */