diff options
author | Noel Grandin <noel@peralex.com> | 2013-08-28 12:15:48 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2013-08-29 09:30:13 +0200 |
commit | 89102963020ad1190949a99bf8d0964c6810309b (patch) | |
tree | c3a9e1aa19fb1b69c77dd44dd499146d39a8b504 /sfx2 | |
parent | 93a25661cb0c4a0cc48db031ec78b9986f0805f4 (diff) |
convert sfx2/source/inc/sfxtypes.hxx from String to OUString
Change-Id: Ie70182562baf15dbc35be3b97d7e902db9ffc88a
Diffstat (limited to 'sfx2')
-rw-r--r-- | sfx2/source/inc/sfxtypes.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/source/inc/sfxtypes.hxx b/sfx2/source/inc/sfxtypes.hxx index e12ed3b67fb3..3684cadb2073 100644 --- a/sfx2/source/inc/sfxtypes.hxx +++ b/sfx2/source/inc/sfxtypes.hxx @@ -121,7 +121,7 @@ struct StringList_Impl : private Resource : Resource( rErrIdP ),aResId(nId, *rErrIdP.GetResMgr()){} ~StringList_Impl() { FreeResource(); } - String GetString(){ return aResId.toString(); } + OUString GetString(){ return aResId.toString(); } operator sal_Bool(){return IsAvailableRes(aResId.SetRT(RSC_STRING));} }; |