summaryrefslogtreecommitdiff
path: root/sc/source/core/tool/filtopt.cxx
diff options
context:
space:
mode:
authorKrisztian Pinter <pin.terminator@gmail.com>2013-02-28 19:11:16 +0100
committerEike Rathke <erack@redhat.com>2013-03-04 19:33:48 +0000
commit429adbbe0d46716bc128ff8f066aae3cfc793b49 (patch)
tree36f701910981eec8f2b77a3cf21a13908d2308da /sc/source/core/tool/filtopt.cxx
parent483dbb8a7eb3626d6b1ed552d486d58e0fe149dd (diff)
RTL_CONSTASCII_USTRINGPARAM and ::rtl:: removals
Change-Id: Ica78f316d481130c28da83f92561206518342eaa Reviewed-on: https://gerrit.libreoffice.org/2483 Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Eike Rathke <erack@redhat.com>
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 072cec3935a7..a825dda1ffe4 100644
--- a/sc/source/core/tool/filtopt.cxx
+++ b/sc/source/core/tool/filtopt.cxx
@@ -54,7 +54,7 @@ Sequence<OUString> ScFilterOptions::GetPropertyNames()
}
ScFilterOptions::ScFilterOptions() :
- ConfigItem( OUString(RTL_CONSTASCII_USTRINGPARAM( CFGPATH_FILTER )) ),
+ ConfigItem( OUString( CFGPATH_FILTER ) ),
bWK3Flag( false ),
fExcelColScale( 0 ),
fExcelRowScale( 0 )