summaryrefslogtreecommitdiff
path: root/sc/source/ui/view/viewdata.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2016-06-02 08:35:30 +0200
committerNoel Grandin <noel@peralex.com>2016-06-02 11:13:46 +0200
commita21d34941c01622a479523d9eb2ab4086ff14ca0 (patch)
treed4c957c6be5ba1273fd15ddb81a2bf90cad60465 /sc/source/ui/view/viewdata.cxx
parent7aae883b90850af3f3a0aaada5704682f77c3d02 (diff)
drop some more RTL_CONSTASCII_USTRINGPARAM
Change-Id: I528b0ecb5282178d8e727471beb126cb7d3f2eb4
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 85dbb4627f52..aa0d3a5ec492 100644
--- a/sc/source/ui/view/viewdata.cxx
+++ b/sc/source/ui/view/viewdata.cxx
@@ -2708,7 +2708,7 @@ void ScViewData::WriteUserDataSequence(uno::Sequence <beans::PropertyValue>& rSe
pSettings[SC_SHEETTABS].Value <<= pOptions->GetOption( VOPT_TABCONTROLS );
pSettings[SC_OUTLSYMB].Name = SC_UNO_OUTLSYMB;
pSettings[SC_OUTLSYMB].Value <<= pOptions->GetOption( VOPT_OUTLINER );
- pSettings[SC_VALUE_HIGHLIGHTING].Name = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( SC_UNO_VALUEHIGH ) );
+ pSettings[SC_VALUE_HIGHLIGHTING].Name = SC_UNO_VALUEHIGH;
pSettings[SC_VALUE_HIGHLIGHTING].Value <<= pOptions->GetOption( VOPT_SYNTAX );
const ScGridOptions& aGridOpt = pOptions->GetGridOptions();