From ba0a0b37a027127cb746df5645ce8fc0faaf70ac Mon Sep 17 00:00:00 2001 From: Kurt Zenker Date: Fri, 21 Jan 2005 13:48:04 +0000 Subject: INTEGRATION: CWS visibility01 (1.3.434); FILE MERGED 2004/12/06 08:10:24 mnicel 1.3.434.2: Part of symbol visibility markup - #i35758# 2004/11/19 12:54:18 mmeeks 1.3.434.1: Issue number: #i35758# Submitted by: mnicel Reviewed by: mmeeks Add lots of visibility attributes to APIs. --- svx/inc/impgrf.hxx | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) (limited to 'svx/inc/impgrf.hxx') diff --git a/svx/inc/impgrf.hxx b/svx/inc/impgrf.hxx index bcef52cbd89f..325778444f83 100644 --- a/svx/inc/impgrf.hxx +++ b/svx/inc/impgrf.hxx @@ -2,9 +2,9 @@ * * $RCSfile: impgrf.hxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: hr $ $Date: 2004-02-03 17:29:11 $ + * last change: $Author: kz $ $Date: 2005-01-21 14:48:04 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -71,13 +71,17 @@ #include #endif +#ifndef INCLUDED_SVXDLLAPI_H +#include "svx/svxdllapi.h" +#endif + // Funktionen ------------------------------------------------------------ // returnt einen static Graphic-Filter, wird einmalig angelegt, // steht immer zur Verfuegung, DARF NIE geloescht werden!!!! -GraphicFilter* GetGrfFilter(); +SVX_DLLPUBLIC GraphicFilter* GetGrfFilter(); //USHORT FillFilter( GraphicFilter& rFilter ); -int LoadGraphic( const String& rPath, const String& rFilter, +SVX_DLLPUBLIC int LoadGraphic( const String& rPath, const String& rFilter, Graphic& rGraphic, GraphicFilter* pFilter = NULL, USHORT* pDeterminedFormat = NULL ); -- cgit