summaryrefslogtreecommitdiffstats
path: root/writerperfect/source
diff options
context:
space:
mode:
authorFridrich Štrba <fridrich.strba@bluewin.ch>2011-12-08 12:34:09 +0100
committerFridrich Štrba <fridrich.strba@bluewin.ch>2011-12-08 14:28:04 +0100
commitdd8b86ea55a69dbb211294e9cf5b65e2a39b3c8d (patch)
treef76890ce68d2b8d4474b2f7fbc3ffef2ef93ea52 /writerperfect/source
parentStub Corel Draw importer (diff)
downloadcore-dd8b86ea55a69dbb211294e9cf5b65e2a39b3c8d.tar.gz
core-dd8b86ea55a69dbb211294e9cf5b65e2a39b3c8d.zip
CDR importer: fixing some build and esthetic issues
Diffstat (limited to 'writerperfect/source')
-rw-r--r--writerperfect/source/cdrimp/CDRImportFilter.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/writerperfect/source/cdrimp/CDRImportFilter.cxx b/writerperfect/source/cdrimp/CDRImportFilter.cxx
index f5cce836d660..d72fae64bb30 100644
--- a/writerperfect/source/cdrimp/CDRImportFilter.cxx
+++ b/writerperfect/source/cdrimp/CDRImportFilter.cxx
@@ -168,7 +168,7 @@ throw( com::sun::star::uno::RuntimeException )
WPXSvInputStream input( xInputStream );
if (libcdr::CDRDocument::isSupported(&input))
- sTypeName = OUString( RTL_CONSTASCII_USTRINGPARAM ( "draw_Visio_Document" ) );
+ sTypeName = OUString( RTL_CONSTASCII_USTRINGPARAM ( "draw_CorelDraw_Document" ) );
if (sTypeName.getLength())
{