diff options
author | Noel Grandin <noel@peralex.com> | 2013-08-22 15:08:02 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2013-08-29 09:29:59 +0200 |
commit | 82ecc2602cff2086da9a3ec1640156380c3ac028 (patch) | |
tree | d30941459f19d5ce68a0c27a67f617d0de778b50 /include/sfx2/shell.hxx | |
parent | 1f1aa5840dd433a03c4c77dfb19ad40bccac0e70 (diff) |
convert include/sfx2/shell.hxx from String to OUString
Change-Id: If8df55498c5562c397b1330a6775169030d00609
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; |