diff options
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); |