[Libreoffice-commits] core.git: dtrans/source
Andrea Gelmini (via logerrit)
logerrit at kemper.freedesktop.org
Tue Jul 30 05:58:03 UTC 2019
dtrans/source/win32/dtobj/FmtFilter.hxx | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
New commits:
commit 736f65e53b966774f2d72e6f2479fd335986f5a6
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Tue May 14 21:25:40 2019 +0000
Commit: Andrea Gelmini <andrea.gelmini at gelma.net>
CommitDate: Tue Jul 30 07:57:06 2019 +0200
Fix typo
Change-Id: Ie1d5b87b4d02faac560bf64cb11a31082189e7a5
Reviewed-on: https://gerrit.libreoffice.org/72575
Tested-by: Jenkins
Reviewed-by: Adolfo Jayme Barrientos <fitojb at ubuntu.com>
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);
More information about the Libreoffice-commits
mailing list