diff options
author | Mathias Bauer <mba@openoffice.org> | 2001-03-16 12:41:29 +0000 |
---|---|---|
committer | Mathias Bauer <mba@openoffice.org> | 2001-03-16 12:41:29 +0000 |
commit | c375b947ee24b5421cbd34deff4ea9e087b0631f (patch) | |
tree | df7f2d6b84eb6403bdce3b5e0fa4154c706770a9 | |
parent | 00329dca26e2c061830c8f6e6f6336721d66bdea (diff) |
#84963#: get ClipboardId always using HumanReadableName
-rw-r--r-- | sfx2/source/bastyp/fltfnc.cxx | 6 |
1 files 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 |