summaryrefslogtreecommitdiffstats
path: root/lotuswordpro
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-04-08 16:05:19 +0100
committerCaolán McNamara <caolanm@redhat.com>2011-04-08 16:05:19 +0100
commita7bed004053bb5f3cfb5223f503b8a69920382fc (patch)
treeb8410fed8b8a83b9e0aaa20a1a319f38f02ba183 /lotuswordpro
parentFix xlsx 2010 export. (diff)
downloadcore-a7bed004053bb5f3cfb5223f503b8a69920382fc.tar.gz
core-a7bed004053bb5f3cfb5223f503b8a69920382fc.zip
fix typedetection for deep case
Diffstat (limited to 'lotuswordpro')
-rw-r--r--lotuswordpro/source/filter/LotusWordProImportFilter.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/lotuswordpro/source/filter/LotusWordProImportFilter.cxx b/lotuswordpro/source/filter/LotusWordProImportFilter.cxx
index d0cb7b6fe065..e14b345fae99 100644
--- a/lotuswordpro/source/filter/LotusWordProImportFilter.cxx
+++ b/lotuswordpro/source/filter/LotusWordProImportFilter.cxx
@@ -315,7 +315,7 @@ OUString SAL_CALL LotusWordProImportFilter::detect( com::sun::star::uno::Sequenc
throw( com::sun::star::uno::RuntimeException )
{
- OUString sTypeName = OUString( RTL_CONSTASCII_USTRINGPARAM ( "" ) );
+ OUString sTypeName(RTL_CONSTASCII_USTRINGPARAM("writer_LotusWordPro_Document"));
sal_Int32 nLength = Descriptor.getLength();
OUString sURL;
const PropertyValue * pValue = Descriptor.getConstArray();