summaryrefslogtreecommitdiff
path: root/sc/source/ui/view/viewdata.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2013-10-02 16:17:29 +0200
committerNoel Grandin <noel@peralex.com>2013-10-04 09:09:45 +0200
commit89c749db5ad927a1283f7d58d842e097902429a8 (patch)
treebf5c43171eca413a67bb3be0baed710c634de74d /sc/source/ui/view/viewdata.cxx
parentf49ed16f7b5fac08714f276acbe1d0c80661385b (diff)
convert sc/inc/view*.hxx from String to OUString
Change-Id: I15930932205fc39322a9e88b1739a741781a0e96
Diffstat (limited to 'sc/source/ui/view/viewdata.cxx')
-rw-r--r--sc/source/ui/view/viewdata.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/view/viewdata.cxx b/sc/source/ui/view/viewdata.cxx
index 61be5da0018a..199eaf1a9cb2 100644
--- a/sc/source/ui/view/viewdata.cxx
+++ b/sc/source/ui/view/viewdata.cxx
@@ -2673,7 +2673,7 @@ void ScViewData::WriteUserDataSequence(uno::Sequence <beans::PropertyValue>& rSe
pSettings[SC_SHOWGRID].Name = OUString(SC_UNO_SHOWGRID);
ScUnoHelpFunctions::SetBoolInAny( pSettings[SC_SHOWGRID].Value, pOptions->GetOption( VOPT_GRID ) );
pSettings[SC_GRIDCOLOR].Name = OUString(SC_UNO_GRIDCOLOR);
- String aColorName;
+ OUString aColorName;
Color aColor = pOptions->GetGridColor(&aColorName);
pSettings[SC_GRIDCOLOR].Value <<= static_cast<sal_Int64>(aColor.GetColor());
pSettings[SC_SHOWPAGEBR].Name = OUString(SC_UNO_SHOWPAGEBR);