diff options
author | Noel Grandin <noel@peralex.com> | 2013-09-26 14:08:00 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2013-10-04 08:48:56 +0200 |
commit | 9ed124caa3e60593b3db4980685c9eb013542f2f (patch) | |
tree | 00e00964b541fbc843a57ccf8da73af82138464b /sc/source/ui/app | |
parent | 50977e5ad36a56a2a0fd471ef654a22bc9f747da (diff) |
convert sc/source/ui/inc/r*.hxx from String to OUString
Change-Id: I5456c0b79cf7b9c4e548911c21004ab29eb00ff3
Diffstat (limited to 'sc/source/ui/app')
-rw-r--r-- | sc/source/ui/app/rfindlst.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/app/rfindlst.cxx b/sc/source/ui/app/rfindlst.cxx index cb326e7884cd..f24b9eb63f44 100644 --- a/sc/source/ui/app/rfindlst.cxx +++ b/sc/source/ui/app/rfindlst.cxx @@ -29,7 +29,7 @@ static const ColorData aColNames[SC_RANGECOLORS] = //================================================================== -ScRangeFindList::ScRangeFindList(const String& rName) : +ScRangeFindList::ScRangeFindList(const OUString& rName) : aDocName( rName ), bHidden( false ) { |