summaryrefslogtreecommitdiff
path: root/sc/source/core/data/stlsheet.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/core/data/stlsheet.cxx')
-rw-r--r--sc/source/core/data/stlsheet.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/core/data/stlsheet.cxx b/sc/source/core/data/stlsheet.cxx
index 8259b8602068..d60979cbfccd 100644
--- a/sc/source/core/data/stlsheet.cxx
+++ b/sc/source/core/data/stlsheet.cxx
@@ -314,7 +314,7 @@ const OUString& ScStyleSheet::GetFollow() const
bool ScStyleSheet::SetName(const OUString& rNew, bool bReindexNow)
{
- OUString aFileStdName = OUString(STRING_STANDARD);
+ OUString aFileStdName = STRING_STANDARD;
if ( rNew == aFileStdName && aFileStdName != ScGlobal::GetRscString(STR_STYLENAME_STANDARD) )
return false;
else