vcl: fix typo
Change-Id: I696e3986348034b61b3bbf13fa6db39f2a8f43e0 Reviewed-on: https://gerrit.libreoffice.org/44807 Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk> Tested-by: Jenkins <ci@libreoffice.org>
This commit is contained in:
parent
fc6231f1d1
commit
38d0142556
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ namespace vcl
|
|||
|
||||
/// Imports a PDF stream into rGraphic as a GDIMetaFile.
|
||||
VCL_DLLPUBLIC bool ImportPDF(SvStream& rStream, Bitmap& rBitmap,
|
||||
css::uno::Sequence<sal_Int8>& rPdfFata,
|
||||
css::uno::Sequence<sal_Int8>& rPdfData,
|
||||
sal_uInt64 nPos = STREAM_SEEK_TO_BEGIN,
|
||||
sal_uInt64 nSize = STREAM_SEEK_TO_END);
|
||||
VCL_DLLPUBLIC bool ImportPDF(SvStream& rStream, Graphic& rGraphic);
|
||||
|
|
Loading…
Reference in a new issue