summaryrefslogtreecommitdiffstats
path: root/sfx2/source/bastyp/fltfnc.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sfx2/source/bastyp/fltfnc.cxx')
-rw-r--r--sfx2/source/bastyp/fltfnc.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/source/bastyp/fltfnc.cxx b/sfx2/source/bastyp/fltfnc.cxx
index a5abc61b5022..0dad602c85b1 100644
--- a/sfx2/source/bastyp/fltfnc.cxx
+++ b/sfx2/source/bastyp/fltfnc.cxx
@@ -269,7 +269,7 @@ namespace
// previously
for (std::unique_ptr<SfxFilterMatcher_Impl>& aImpl : aImplArr)
if (aImpl->aName == aName)
- return *aImpl.get();
+ return *aImpl;
// first Matcher created for this factory
aImplArr.push_back(o3tl::make_unique<SfxFilterMatcher_Impl>(aName));