summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--svx/inc/impgrf.hxx12
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 );