summaryrefslogtreecommitdiff
path: root/sc/source/ui/view/cellsh3.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/view/cellsh3.cxx')
-rw-r--r--sc/source/ui/view/cellsh3.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sc/source/ui/view/cellsh3.cxx b/sc/source/ui/view/cellsh3.cxx
index 6a17bdd2626b..cd829dca0680 100644
--- a/sc/source/ui/view/cellsh3.cxx
+++ b/sc/source/ui/view/cellsh3.cxx
@@ -422,12 +422,12 @@ void ScCellShell::Execute( SfxRequest& rReq )
{
SCTAB i=1;
String aBaseName;
- rtl::OUString aName;
- rtl::OUString aComment;
+ OUString aName;
+ OUString aComment;
Color aColor;
sal_uInt16 nFlags;
- rtl::OUString aTmp;
+ OUString aTmp;
pDoc->GetName(nTab, aTmp);
aBaseName = aTmp;
aBaseName += '_';