diff options
Diffstat (limited to 'include/sfx2/shell.hxx')
-rw-r--r-- | include/sfx2/shell.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/sfx2/shell.hxx b/include/sfx2/shell.hxx index 7b8fb55655fc..a3e059bb3a62 100644 --- a/include/sfx2/shell.hxx +++ b/include/sfx2/shell.hxx @@ -174,8 +174,8 @@ public: virtual SfxInterface* GetInterface() const; static SfxInterface* GetStaticInterface() { return 0; } - void SetName( const String &rName ); - const String& GetName() const; + void SetName( const OUString &rName ); + const OUString& GetName() const; SfxViewShell* GetViewShell() const; |