summaryrefslogtreecommitdiff
path: root/goodies/source
diff options
context:
space:
mode:
authorSven Jacobi <sj@openoffice.org>2001-03-14 08:18:10 +0000
committerSven Jacobi <sj@openoffice.org>2001-03-14 08:18:10 +0000
commit7c54214b912100ba626a7ef8bf4542e0fb1af670 (patch)
treea03557c3bbe290e508a087bb4c9be2d9e1f8caf9 /goodies/source
parent6f20b231ffd544907f3f37fc33556ed24d5ef141 (diff)
corrected function declaration for non WNT platforms
Diffstat (limited to 'goodies/source')
-rw-r--r--goodies/source/filter.vcl/epict/epict.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/goodies/source/filter.vcl/epict/epict.cxx b/goodies/source/filter.vcl/epict/epict.cxx
index 5d26bd869510..fafa0c5ac72e 100644
--- a/goodies/source/filter.vcl/epict/epict.cxx
+++ b/goodies/source/filter.vcl/epict/epict.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: epict.cxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: sj $ $Date: 2001-03-08 11:04:49 $
+ * last change: $Author: sj $ $Date: 2001-03-14 09:18:10 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -2228,7 +2228,7 @@ extern "C" BOOL _cdecl GraphicExport(SvStream & rStream, Graphic & rGraphic,
#else
extern "C" BOOL GraphicExport(SvStream & rStream, Graphic & rGraphic,
PFilterCallback pCallback, void * pCallerData,
- FilterConfigItem, BOOL)
+ FilterConfigItem*, BOOL)
#endif
{
PictWriter aPictWriter;