summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorTomaž Vajngerl <tomaz.vajngerl@collabora.com>2014-05-13 14:31:13 +0200
committerTomaž Vajngerl <tomaz.vajngerl@collabora.com>2014-05-15 19:51:07 +0200
commit29ef23b3074b0eee2cc769ec1a06280cff5b6f99 (patch)
tree2a1986f8c4477faf3a37da3ac7729f4601bc5e53 /include
parent06e6aa68ceb53873daccf7cf914234a04b15675a (diff)
vcl: ReadWindowMetafile - make pConfigItem default to NULL
Change-Id: Ib061b5e05df5215bea210a750d5dfd5314eeadec
Diffstat (limited to 'include')
-rw-r--r--include/vcl/wmf.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/vcl/wmf.hxx b/include/vcl/wmf.hxx
index 750dcc3a5821..bd8e9aff6872 100644
--- a/include/vcl/wmf.hxx
+++ b/include/vcl/wmf.hxx
@@ -57,7 +57,7 @@ struct WMF_EXTERNALHEADER
bool ConvertWMFToGDIMetaFile( SvStream & rStreamWMF, GDIMetaFile & rGDIMetaFile, FilterConfigItem* pConfigItem = NULL, WMF_EXTERNALHEADER *pExtHeader = NULL );
-VCL_DLLPUBLIC bool ReadWindowMetafile( SvStream& rStream, GDIMetaFile& rMTF, FilterConfigItem* pConfigItem );
+VCL_DLLPUBLIC bool ReadWindowMetafile( SvStream& rStream, GDIMetaFile& rMTF, FilterConfigItem* pConfigItem = NULL );
VCL_DLLPUBLIC bool ConvertGDIMetaFileToWMF( const GDIMetaFile & rMTF, SvStream & rTargetStream, FilterConfigItem* pConfigItem = NULL, bool bPlaceable = true );