summaryrefslogtreecommitdiff
path: root/vcl/source/gdi/cvtgrf.cxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2001-09-27 16:00:25 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2001-09-27 16:00:25 +0000
commit5314c800113c0aa21b18ece359a571974d7815e0 (patch)
treec2a32f11ccc9cea5316444d5cfcc773dcf77cf06 /vcl/source/gdi/cvtgrf.cxx
parenta9409040c557f5b9eb4b8ff876197e83f29b6461 (diff)
#65293#: cast
Diffstat (limited to 'vcl/source/gdi/cvtgrf.cxx')
-rw-r--r--vcl/source/gdi/cvtgrf.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/vcl/source/gdi/cvtgrf.cxx b/vcl/source/gdi/cvtgrf.cxx
index 1005cf3396d5..fddf020b503b 100644
--- a/vcl/source/gdi/cvtgrf.cxx
+++ b/vcl/source/gdi/cvtgrf.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: cvtgrf.cxx,v $
*
- * $Revision: 1.1.1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: hr $ $Date: 2000-09-18 17:05:37 $
+ * last change: $Author: hr $ $Date: 2001-09-27 17:00:25 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -102,7 +102,7 @@ GraphicConverter::GraphicConverter() :
mpConvertData( NULL )
{
#ifndef REMOTE_APPSERVER
- SetFilterCallback( ImplFilterCallback, this );
+ SetFilterCallback( (void*)ImplFilterCallback, this );
#endif
}