summaryrefslogtreecommitdiffstats
path: root/sc/source/core/data/sortparam.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/core/data/sortparam.cxx')
-rw-r--r--sc/source/core/data/sortparam.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/core/data/sortparam.cxx b/sc/source/core/data/sortparam.cxx
index 1e265b3e9a7f..15e423f8ae29 100644
--- a/sc/source/core/data/sortparam.cxx
+++ b/sc/source/core/data/sortparam.cxx
@@ -54,7 +54,7 @@ void ScSortParam::Clear()
bHasHeader=bCaseSens=bUserDef=bNaturalSort = false;
bByRow=bIncludePattern=bInplace = true;
aCollatorLocale = ::com::sun::star::lang::Locale();
- aCollatorAlgorithm = OUString();
+ aCollatorAlgorithm.clear();
aKeyState.bDoSort = false;
aKeyState.nField = 0;