summaryrefslogtreecommitdiff
path: root/sd/source/ui/dlg/tpaction.cxx
diff options
context:
space:
mode:
authorOlivier Hallot <olivier.hallot@alta.org.br>2012-04-13 19:37:04 -0300
committerOlivier Hallot <olivier.hallot@alta.org.br>2012-04-13 20:47:56 -0300
commit4326d0bd27f4ea9620d77457b6856875e59072cc (patch)
tree4d58ed5dab2d8328004e04929189eaa3844daa48 /sd/source/ui/dlg/tpaction.cxx
parent5aa0bc7b9a830fe497c6e74b109bbb7af40141a6 (diff)
More RTL_CONSTASCII_USTRINGPARAM removals
Diffstat (limited to 'sd/source/ui/dlg/tpaction.cxx')
-rw-r--r--sd/source/ui/dlg/tpaction.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/ui/dlg/tpaction.cxx b/sd/source/ui/dlg/tpaction.cxx
index 507739a585ee..2571bee8ea2b 100644
--- a/sd/source/ui/dlg/tpaction.cxx
+++ b/sd/source/ui/dlg/tpaction.cxx
@@ -486,7 +486,7 @@ void SdTPAction::OpenFileDialog()
// links on the desktop to directories.
aFileDialog.AddFilter (
String (SfxResId (STR_SFX_FILTERNAME_ALL)),
- String (RTL_CONSTASCII_USTRINGPARAM("*.*")));
+ rtl::OUString("*.*"));
if( aFileDialog.Execute() == ERRCODE_NONE )