diff options
Diffstat (limited to 'include/editeng/unoipset.hxx')
-rw-r--r-- | include/editeng/unoipset.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/editeng/unoipset.hxx b/include/editeng/unoipset.hxx index 9c7f88985d47..f0fb2883cbbb 100644 --- a/include/editeng/unoipset.hxx +++ b/include/editeng/unoipset.hxx @@ -51,7 +51,7 @@ public: rtl::Reference< SfxItemPropertySetInfo > const & getPropertySetInfo() const; const SfxItemPropertyMap& getPropertyMap() const { return m_aPropertyMap;} - const SfxItemPropertyMapEntry* getPropertyMapEntry(const OUString& rName) const; + const SfxItemPropertyMapEntry* getPropertyMapEntry(std::u16string_view rName) const; }; struct SvxIDPropertyCombine |