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 50df431b4c24..3901961fb639 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( std::u16string_view rURL ); + void SetActualURL(); // FrameName const OUString& GetName() const |