diff options
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 ) { |