From e4b59793a368348c8934e8e5f67387a16625e321 Mon Sep 17 00:00:00 2001 From: Kai Ahrens Date: Sat, 20 Jul 2002 09:08:59 +0000 Subject: #101579#: added EMF format --- dtrans/source/win32/dtobj/FmtFilter.hxx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'dtrans/source/win32/dtobj/FmtFilter.hxx') diff --git a/dtrans/source/win32/dtobj/FmtFilter.hxx b/dtrans/source/win32/dtobj/FmtFilter.hxx index 8f755bf13cb5..d17db87b72d3 100644 --- a/dtrans/source/win32/dtobj/FmtFilter.hxx +++ b/dtrans/source/win32/dtobj/FmtFilter.hxx @@ -2,9 +2,9 @@ * * $RCSfile: FmtFilter.hxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: ka $ $Date: 2002-07-20 08:41:20 $ + * last change: $Author: ka $ $Date: 2002-07-20 10:08:59 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -78,6 +78,7 @@ aMetaFilePict - a sequence of bytes containing a METAFILEPICT struct ------------------------------------------------------------------------*/ com::sun::star::uno::Sequence< sal_Int8 > SAL_CALL WinMFPictToOOMFPict( com::sun::star::uno::Sequence< sal_Int8 >& aMetaFilePict ); +com::sun::star::uno::Sequence< sal_Int8 > SAL_CALL WinENHMFPictToOOMFPict( com::sun::star::uno::Sequence< sal_Int8 >& aEnhMetaFile ); /*------------------------------------------------------------------------ input: -- cgit