[Libreoffice-commits] .: writerperfect/source

Fridrich Strba fridrich at kemper.freedesktop.org
Thu Apr 26 02:48:11 PDT 2012


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

New commits:
commit cdacce4e4b1ab6f06b809e21152c39103404a5f4
Author: Fridrich Å trba <fridrich.strba at 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())
     {


More information about the Libreoffice-commits mailing list