summaryrefslogtreecommitdiff
path: root/sc/source/ui/view/tabvwsh9.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2013-09-20 14:01:18 +0200
committerNoel Grandin <noel@peralex.com>2013-10-04 08:48:53 +0200
commitf4343782227235bed736bdab456da8fdccf2e599 (patch)
tree308e2a12ecdab776ed6fe620b9bb433e7021fc11 /sc/source/ui/view/tabvwsh9.cxx
parent91281ddf9896a6f4e25ef44ed408b4bec2164fdf (diff)
convert sc/.../tabvwsh.hxx from String to OUString
Change-Id: I5b9cf40acf4f6d2f4daf948e2c85e6cd9580425a
Diffstat (limited to 'sc/source/ui/view/tabvwsh9.cxx')
-rw-r--r--sc/source/ui/view/tabvwsh9.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/view/tabvwsh9.cxx b/sc/source/ui/view/tabvwsh9.cxx
index 74344c43bb6a..b468aefde6eb 100644
--- a/sc/source/ui/view/tabvwsh9.cxx
+++ b/sc/source/ui/view/tabvwsh9.cxx
@@ -115,7 +115,7 @@ ScInputHandler* ScTabViewShell::GetInputHandler() const
//------------------------------------------------------------------
-String ScTabViewShell::GetDescription() const
+OUString ScTabViewShell::GetDescription() const
{
return OUString(" ** Test ** ");
}