Index: binfilterdetect/source/bindetect.cxx =================================================================== RCS file: /cvs/framework/binfilter/binfilterdetect/source/bindetect.cxx,v retrieving revision 1.6 diff -u -p -r1.6 bindetect.cxx --- binfilterdetect/source/bindetect.cxx 31 Jan 2005 08:34:15 -0000 1.6 +++ binfilterdetect/source/bindetect.cxx 9 Jun 2005 15:14:02 -0000 @@ -77,6 +77,7 @@ #include #include #include +#include using namespace ::com::sun::star::registry; using namespace ::com::sun::star::uno; @@ -240,7 +241,8 @@ BinFilterDetect::~BinFilterDetect() lDescriptor[nIndexOfFilterName].Value <<= ::rtl::OUString(); // try general detection using clipboard Id - pFilter = rMatcher.GetFilter4ClipBoardId( aStor->GetFormat(), nMust, nDont ); + if (aStor->GetFormat() != SOT_FORMATSTR_ID_MSWORD_DOC) + pFilter = rMatcher.GetFilter4ClipBoardId( aStor->GetFormat(), nMust, nDont ); } } }