summaryrefslogtreecommitdiff
path: root/sfx2/source/doc/templatedlg.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sfx2/source/doc/templatedlg.cxx')
-rw-r--r--sfx2/source/doc/templatedlg.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/source/doc/templatedlg.cxx b/sfx2/source/doc/templatedlg.cxx
index 8bb8035f018b..d78cbafc2295 100644
--- a/sfx2/source/doc/templatedlg.cxx
+++ b/sfx2/source/doc/templatedlg.cxx
@@ -760,7 +760,7 @@ void SfxTemplateManagerDlg::OnTemplateImport ()
// add "All" filter
aFileDlg.AddFilter( String(SfxResId( STR_SFX_FILTERNAME_ALL) ),
- DEFINE_CONST_UNICODE(FILEDIALOG_FILTER_ALL) );
+ OUString(FILEDIALOG_FILTER_ALL) );
// add template filter
OUString sFilterExt;