diff options
Diffstat (limited to 'include/sfx2/frmdescr.hxx')
-rw-r--r-- | include/sfx2/frmdescr.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sfx2/frmdescr.hxx b/include/sfx2/frmdescr.hxx index 196a2ccc9356..50df431b4c24 100644 --- a/include/sfx2/frmdescr.hxx +++ b/include/sfx2/frmdescr.hxx @@ -66,7 +66,7 @@ public: const INetURLObject& GetURL() const { return aURL; } void SetURL( const OUString& rURL ); - void SetActualURL( const OUString& rURL ); + void SetActualURL( std::u16string_view rURL ); // FrameName const OUString& GetName() const |