diff options
Diffstat (limited to 'sw/source/ui/vba/vbadocument.hxx')
-rw-r--r-- | sw/source/ui/vba/vbadocument.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/ui/vba/vbadocument.hxx b/sw/source/ui/vba/vbadocument.hxx index a5e4dabf8452..0d213690a982 100644 --- a/sw/source/ui/vba/vbadocument.hxx +++ b/sw/source/ui/vba/vbadocument.hxx @@ -38,7 +38,7 @@ private: std::vector<css::uno::Reference< ooo::vba::XSink >> mvSinks; void Initialize(); - css::uno::Any getControlShape( const OUString& sName ); + css::uno::Any getControlShape( std::u16string_view sName ); css::uno::Reference< css::container::XNameAccess > getFormControls() const; public: |