diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-05-14 21:25:40 +0000 |
---|---|---|
committer | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-07-30 07:57:06 +0200 |
commit | 736f65e53b966774f2d72e6f2479fd335986f5a6 (patch) | |
tree | 40c213942cca9c0520b6edb19a1de2fdc592524e /dtrans | |
parent | a9f4913f283d34c610c4b73c755fdc828857bfce (diff) |
Fix typo
Change-Id: Ie1d5b87b4d02faac560bf64cb11a31082189e7a5
Reviewed-on: https://gerrit.libreoffice.org/72575
Tested-by: Jenkins
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
Diffstat (limited to 'dtrans')
-rw-r--r-- | dtrans/source/win32/dtobj/FmtFilter.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dtrans/source/win32/dtobj/FmtFilter.hxx b/dtrans/source/win32/dtobj/FmtFilter.hxx index 8906154d3aca..1c2325851208 100644 --- a/dtrans/source/win32/dtobj/FmtFilter.hxx +++ b/dtrans/source/win32/dtobj/FmtFilter.hxx @@ -39,7 +39,7 @@ css::uno::Sequence< sal_Int8 > WinENHMFPictToOOMFPict( HENHMETAFILE hEnhMetaFile /*------------------------------------------------------------------------ input: - aByteStream - a sequence of bytes containing a openoffice metafile + aByteStream - a sequence of bytes containing a LibreOffice metafile picture with a leading METAFILEHEADER ------------------------------------------------------------------------*/ HMETAFILEPICT OOMFPictToWinMFPict( css::uno::Sequence< sal_Int8 > const & aOOMetaFilePict ); @@ -60,7 +60,7 @@ css::uno::Sequence< sal_Int8 > WinBITMAPToOOBMP( HBITMAP ); /*------------------------------------------------------------------------ input: - aOOBmp - sequence of bytes containing a openoffice bitmap + aOOBmp - sequence of bytes containing a LibreOffice bitmap May contain CF_DIBV5 or CF_DIB, but removing the BITMAPFILEHEADER is always the same size ------------------------------------------------------------------------*/ @@ -77,7 +77,7 @@ css::uno::Sequence< sal_Int8 > TextHtmlToHTMLFormat( css::uno::Sequence< sal_Int /** Return a FileList in which Windows Shell Links (lnk) are resolved. - If for what ever reason a resolution is not possible leave the + If for whatever reason a resolution is not possible leave the original lnk file. */ css::uno::Sequence< sal_Int8 > CF_HDROPToFileList(HGLOBAL hGlobal); |