summaryrefslogtreecommitdiff
path: root/sw/source/ui/vba/vbafilterpropsfromformat.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/ui/vba/vbafilterpropsfromformat.hxx')
-rw-r--r--sw/source/ui/vba/vbafilterpropsfromformat.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/ui/vba/vbafilterpropsfromformat.hxx b/sw/source/ui/vba/vbafilterpropsfromformat.hxx
index dbf07b155955..cde1da0b4dc0 100644
--- a/sw/source/ui/vba/vbafilterpropsfromformat.hxx
+++ b/sw/source/ui/vba/vbafilterpropsfromformat.hxx
@@ -31,7 +31,7 @@ namespace
inline bool setFilterPropsFromFormat(sal_Int32 nFormat,
css::uno::Sequence<css::beans::PropertyValue>& rProps)
{
- auto[begin, end] = toNonConstRange(rProps);
+ auto[begin, end] = asNonConstRange(rProps);
auto pProp = std::find_if(begin, end, [](const css::beans::PropertyValue& rProp) {
return rProp.Name == "FilterName";
});