vcl/win/dtrans/FmtFilter.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 642563ab6738cdcf88e050da3a296bf1ca6b2433 Author: Mike Kaganski <[email protected]> AuthorDate: Sun Nov 9 14:43:11 2025 +0500 Commit: Mike Kaganski <[email protected]> CommitDate: Sun Nov 9 12:03:23 2025 +0100 Fix a comment Change-Id: Ieeefc93b649190835462b90f432321b62251a3ee Reviewed-on: https://gerrit.libreoffice.org/c/core/+/193653 Reviewed-by: Mike Kaganski <[email protected]> Tested-by: Jenkins diff --git a/vcl/win/dtrans/FmtFilter.hxx b/vcl/win/dtrans/FmtFilter.hxx index b4fb1e1fc328..e4684fb92b7b 100644 --- a/vcl/win/dtrans/FmtFilter.hxx +++ b/vcl/win/dtrans/FmtFilter.hxx @@ -53,7 +53,7 @@ css::uno::Sequence<sal_Int8> WinDIBToOOBMP(const css::uno::Sequence<sal_Int8>& a /*------------------------------------------------------------------------ input: - aWinDIB - sequence of bytes containing a windows bitmap handle + HBITMAP - a windows bitmap handle ------------------------------------------------------------------------*/ css::uno::Sequence<sal_Int8> WinBITMAPToOOBMP(HBITMAP);
