diff options
author | Kurt Zenker <kz@openoffice.org> | 2005-01-21 13:48:04 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2005-01-21 13:48:04 +0000 |
commit | ba0a0b37a027127cb746df5645ce8fc0faaf70ac (patch) | |
tree | 7d1dabf349ef611214f22671e40c44bef25d1de1 /svx/inc/impgrf.hxx | |
parent | 34bd91e75ce7ff0d3b0b7b7d7bf1fc1de7146572 (diff) |
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.
Diffstat (limited to 'svx/inc/impgrf.hxx')
-rw-r--r-- | svx/inc/impgrf.hxx | 12 |
1 files changed, 8 insertions, 4 deletions
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 <vcl/button.hxx> #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 ); |