writerperfect/source/draw/CMXImportFilter.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit cdacce4e4b1ab6f06b809e21152c39103404a5f4
Author: Fridrich Å trba <fridrich.st...@bluewin.ch>
Date:   Thu Apr 26 11:47:21 2012 +0200

    Fix a C&P error

diff --git a/writerperfect/source/draw/CMXImportFilter.cxx 
b/writerperfect/source/draw/CMXImportFilter.cxx
index 83f161b..e1cf06c 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())
     {
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to