summaryrefslogtreecommitdiff
path: root/sc/source/core/tool/filtopt.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/core/tool/filtopt.cxx')
-rw-r--r--sc/source/core/tool/filtopt.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/core/tool/filtopt.cxx b/sc/source/core/tool/filtopt.cxx
index b5c109b6602f..ff3dd2bdfdcf 100644
--- a/sc/source/core/tool/filtopt.cxx
+++ b/sc/source/core/tool/filtopt.cxx
@@ -71,7 +71,7 @@ Sequence<OUString> ScFilterOptions::GetPropertyNames()
}
ScFilterOptions::ScFilterOptions() :
- ConfigItem( OUString::createFromAscii( CFGPATH_FILTER ) ),
+ ConfigItem( OUString(RTL_CONSTASCII_USTRINGPARAM( CFGPATH_FILTER )) ),
bWK3Flag( FALSE ),
fExcelColScale( 0 ),
fExcelRowScale( 0 )