diff options
author | Fridrich Štrba <fridrich.strba@bluewin.ch> | 2012-04-26 11:47:21 +0200 |
---|---|---|
committer | Fridrich Štrba <fridrich.strba@bluewin.ch> | 2012-04-26 11:48:07 +0200 |
commit | cdacce4e4b1ab6f06b809e21152c39103404a5f4 (patch) | |
tree | e46406185eb4808c3e386d962ee369bc5914177f /writerperfect/source | |
parent | 81647009acd50ba057ccdae8e8fe09f8a4335e28 (diff) |
Fix a C&P error
Diffstat (limited to 'writerperfect/source')
-rw-r--r-- | writerperfect/source/draw/CMXImportFilter.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/writerperfect/source/draw/CMXImportFilter.cxx b/writerperfect/source/draw/CMXImportFilter.cxx index 83f161bda150..e1cf06cdebb1 100644 --- a/writerperfect/source/draw/CMXImportFilter.cxx +++ b/writerperfect/source/draw/CMXImportFilter.cxx @@ -164,7 +164,7 @@ throw( com::sun::star::uno::RuntimeException ) WPXSvInputStream input( xInputStream ); if (libcdr::CMXDocument::isSupported(&input)) - sTypeName = OUString( RTL_CONSTASCII_USTRINGPARAM ( "draw_CorelDraw_Document" ) ); + sTypeName = OUString( RTL_CONSTASCII_USTRINGPARAM ( "draw_Corel_Presentation_Exchange" ) ); if (sTypeName.getLength()) { |