Fix typo
Change-Id: Ifdb5ca9a9f7b6ee2c1549675da28af35c695e354 Reviewed-on: https://gerrit.libreoffice.org/72574 Tested-by: Jenkins Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
This commit is contained in:
committed by
Michael Meeks
parent
c7ed73e52f
commit
9b122d23e3
@@ -48,7 +48,7 @@ struct METAFILEHEADER
|
|||||||
};
|
};
|
||||||
#pragma pack()
|
#pragma pack()
|
||||||
|
|
||||||
// convert a windows metafile picture to a openoffice metafile picture
|
// convert a windows metafile picture to a LibreOffice metafile picture
|
||||||
|
|
||||||
Sequence< sal_Int8 > WinMFPictToOOMFPict( Sequence< sal_Int8 >& aMetaFilePict )
|
Sequence< sal_Int8 > WinMFPictToOOMFPict( Sequence< sal_Int8 >& aMetaFilePict )
|
||||||
{
|
{
|
||||||
@@ -118,7 +118,7 @@ Sequence< sal_Int8 > WinMFPictToOOMFPict( Sequence< sal_Int8 >& aMetaFilePict )
|
|||||||
return mfpictStream;
|
return mfpictStream;
|
||||||
}
|
}
|
||||||
|
|
||||||
// convert a windows enhanced metafile to a openoffice metafile
|
// convert a windows enhanced metafile to a LibreOffice metafile
|
||||||
|
|
||||||
Sequence< sal_Int8 > WinENHMFPictToOOMFPict( HENHMETAFILE hEnhMetaFile )
|
Sequence< sal_Int8 > WinENHMFPictToOOMFPict( HENHMETAFILE hEnhMetaFile )
|
||||||
{
|
{
|
||||||
@@ -137,7 +137,7 @@ Sequence< sal_Int8 > WinENHMFPictToOOMFPict( HENHMETAFILE hEnhMetaFile )
|
|||||||
return aRet;
|
return aRet;
|
||||||
}
|
}
|
||||||
|
|
||||||
// convert a openoffice metafile picture to a windows metafile picture
|
// convert a LibreOffice metafile picture to a windows metafile picture
|
||||||
|
|
||||||
HMETAFILEPICT OOMFPictToWinMFPict( Sequence< sal_Int8 > const & aOOMetaFilePict )
|
HMETAFILEPICT OOMFPictToWinMFPict( Sequence< sal_Int8 > const & aOOMetaFilePict )
|
||||||
{
|
{
|
||||||
@@ -159,7 +159,7 @@ HMETAFILEPICT OOMFPictToWinMFPict( Sequence< sal_Int8 > const & aOOMetaFilePict
|
|||||||
return hPict;
|
return hPict;
|
||||||
}
|
}
|
||||||
|
|
||||||
// convert a openoffice metafile picture to a windows enhanced metafile picture
|
// convert a LibreOffice metafile picture to a windows enhanced metafile picture
|
||||||
|
|
||||||
HENHMETAFILE OOMFPictToWinENHMFPict( Sequence< sal_Int8 > const & aOOMetaFilePict )
|
HENHMETAFILE OOMFPictToWinENHMFPict( Sequence< sal_Int8 > const & aOOMetaFilePict )
|
||||||
{
|
{
|
||||||
@@ -168,7 +168,7 @@ HENHMETAFILE OOMFPictToWinENHMFPict( Sequence< sal_Int8 > const & aOOMetaFilePic
|
|||||||
return hEnhMtf;
|
return hEnhMtf;
|
||||||
}
|
}
|
||||||
|
|
||||||
// convert a windows device independent bitmap into a openoffice bitmap
|
// convert a windows device independent bitmap into a LibreOffice bitmap
|
||||||
|
|
||||||
Sequence< sal_Int8 > WinDIBToOOBMP( const Sequence< sal_Int8 >& aWinDIB )
|
Sequence< sal_Int8 > WinDIBToOOBMP( const Sequence< sal_Int8 >& aWinDIB )
|
||||||
{
|
{
|
||||||
@@ -201,7 +201,7 @@ Sequence< sal_Int8 > WinDIBToOOBMP( const Sequence< sal_Int8 >& aWinDIB )
|
|||||||
return ooBmpStream;
|
return ooBmpStream;
|
||||||
}
|
}
|
||||||
|
|
||||||
// convert a openoffice bitmap into a windows device independent bitmap
|
// convert a LibreOffice bitmap into a windows device independent bitmap
|
||||||
|
|
||||||
Sequence< sal_Int8 > OOBmpToWinDIB( Sequence< sal_Int8 >& aOOBmp )
|
Sequence< sal_Int8 > OOBmpToWinDIB( Sequence< sal_Int8 >& aOOBmp )
|
||||||
{
|
{
|
||||||
@@ -387,7 +387,7 @@ css::uno::Sequence<sal_Int8> CF_HDROPToFileList(HGLOBAL hGlobal)
|
|||||||
return FileListToByteSequence(files);
|
return FileListToByteSequence(files);
|
||||||
}
|
}
|
||||||
|
|
||||||
// convert a windows bitmap handle into a openoffice bitmap
|
// convert a windows bitmap handle into a LibreOffice bitmap
|
||||||
|
|
||||||
Sequence< sal_Int8 > WinBITMAPToOOBMP( HBITMAP aHBMP )
|
Sequence< sal_Int8 > WinBITMAPToOOBMP( HBITMAP aHBMP )
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user