From c375b947ee24b5421cbd34deff4ea9e087b0631f Mon Sep 17 00:00:00 2001 From: Mathias Bauer Date: Fri, 16 Mar 2001 12:41:29 +0000 Subject: #84963#: get ClipboardId always using HumanReadableName --- sfx2/source/bastyp/fltfnc.cxx | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/sfx2/source/bastyp/fltfnc.cxx b/sfx2/source/bastyp/fltfnc.cxx index c3d26ffd5183..0d26f27dc9fc 100644 --- a/sfx2/source/bastyp/fltfnc.cxx +++ b/sfx2/source/bastyp/fltfnc.cxx @@ -2,9 +2,9 @@ * * $RCSfile: fltfnc.cxx,v $ * - * $Revision: 1.25 $ + * $Revision: 1.26 $ * - * last change: $Author: mba $ $Date: 2001-03-14 12:42:25 $ + * last change: $Author: mba $ $Date: 2001-03-16 13:41:29 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -2698,9 +2698,11 @@ void SfxFilterContainer::ReadExternalFilters( const String& rDocServiceName ) if ( bMatches && aType.getLength() ) { +/* ::com::sun::star::datatransfer::DataFlavor aDataFlavor; aDataFlavor.MimeType = aMimeType; nClipId = SotExchange::GetFormat( aDataFlavor ); + */ if ( !nClipId && aHumanName.getLength() ) { // old formats are found using HumanPresentableName -- cgit