summaryrefslogtreecommitdiff
path: root/sc/source/core/tool/addincol.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/core/tool/addincol.cxx')
-rw-r--r--sc/source/core/tool/addincol.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/core/tool/addincol.cxx b/sc/source/core/tool/addincol.cxx
index fdf92456c72e..1c84db07678e 100644
--- a/sc/source/core/tool/addincol.cxx
+++ b/sc/source/core/tool/addincol.cxx
@@ -466,7 +466,7 @@ void ScUnoAddInCollection::ReadConfiguration()
for ( sal_Int32 nLocale = 0; nLocale < nLocaleCount; nLocale++ )
{
// PropertyValue name is the locale ("convert" from
- // string to string to canonicalize)
+ // string to canonicalize)
OUString aLocale( LanguageTag( pConfigArray[nLocale].Name, true).getBcp47( false));
// PropertyValue value is the localized value (string in this case)
OUString aName;