diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2014-12-18 12:06:16 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2014-12-18 12:34:40 +0100 |
commit | 180f0791daa3d3f959f4f70b9f83012bcbf47a64 (patch) | |
tree | ae1509f2bfaa697ec613032c4f26fc4b0e841c60 /sd | |
parent | 783ba49aa0cd068c7e3dacdd3c13e9c37cf52e22 (diff) |
comphelper: Use appropriate OUString functions on string constants
Change-Id: Id1d5c3cf2f76dbb33606cec1c0f17d4a1f282247
Diffstat (limited to 'sd')
-rw-r--r-- | sd/source/ui/dlg/TemplateScanner.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/ui/dlg/TemplateScanner.cxx b/sd/source/ui/dlg/TemplateScanner.cxx index e376c5db6758..c84c16a701b5 100644 --- a/sd/source/ui/dlg/TemplateScanner.cxx +++ b/sd/source/ui/dlg/TemplateScanner.cxx @@ -253,7 +253,7 @@ TemplateScanner::State TemplateScanner::ScanEntry (void) // Check whether the entry is an impress template. If so // add a new entry to the resulting list (which is created // first if necessary). - if ( (sContentType == MIMETYPE_OASIS_OPENDOCUMENT_PRESENTATION_TEMPLATE) + if ( (sContentType == MIMETYPE_OASIS_OPENDOCUMENT_PRESENTATION_TEMPLATE_ASCII) || (sContentType == IMPRESS_XML_TEMPLATE_OASIS) || (sContentType == IMPRESS_BIN_TEMPLATE) || (sContentType == IMPRESS_XML_TEMPLATE) |