diff options
Diffstat (limited to 'include/vcl/gdimtf.hxx')
-rw-r--r-- | include/vcl/gdimtf.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/vcl/gdimtf.hxx b/include/vcl/gdimtf.hxx index 5c4b8acd1df4..47d78a467008 100644 --- a/include/vcl/gdimtf.hxx +++ b/include/vcl/gdimtf.hxx @@ -138,17 +138,17 @@ public: void Convert( MtfConversion eConversion ); void ReplaceColors( const Color* pSearchColors, const Color* rReplaceColors, - sal_uLong nColorCount, sal_uLong* pTols = nullptr ); + sal_uLong nColorCount ); GDIMetaFile GetMonochromeMtf( const Color& rCol ) const; void Record( OutputDevice* pOutDev ); bool IsRecord() const { return bRecord; } - void Play( GDIMetaFile& rMtf, size_t nPos = GDI_METAFILE_END ); + void Play( GDIMetaFile& rMtf ); void Play( OutputDevice* pOutDev, size_t nPos = GDI_METAFILE_END ); void Play( OutputDevice* pOutDev, const Point& rPos, - const Size& rSize, size_t nPos = GDI_METAFILE_END ); + const Size& rSize ); void Pause( bool bPause ); bool IsPause() const { return bPause; } |