include/comphelper/windowserrorstring.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit b3c12778aa908a147224cc05f3384b3f57d3b394 Author: Mike Kaganski <mike.kagan...@collabora.com> AuthorDate: Tue Oct 31 11:38:02 2023 +0300 Commit: Mike Kaganski <mike.kagan...@collabora.com> CommitDate: Tue Oct 31 11:39:14 2023 +0100 Update an URL Change-Id: Ie1b01d3d17f453ae1aa3d53c17e52cd4106e222e Reviewed-on: https://gerrit.libreoffice.org/c/core/+/158687 Tested-by: Jenkins Reviewed-by: Mike Kaganski <mike.kagan...@collabora.com> diff --git a/include/comphelper/windowserrorstring.hxx b/include/comphelper/windowserrorstring.hxx index 1b50f1eadb58..7b6bdb6db8b1 100644 --- a/include/comphelper/windowserrorstring.hxx +++ b/include/comphelper/windowserrorstring.hxx @@ -40,7 +40,7 @@ inline OUString WindowsErrorString(DWORD nErrorCode) inline OUString WindowsErrorStringFromHRESULT(HRESULT hr) { - // See https://blogs.msdn.microsoft.com/oldnewthing/20061103-07/?p=29133 + // See https://devblogs.microsoft.com/oldnewthing/20061103-07/?p=29133 // Also https://social.msdn.microsoft.com/Forums/vstudio/en-US/c33d9a4a-1077-4efd-99e8-0c222743d2f8 // (which refers to https://msdn.microsoft.com/en-us/library/aa382475) // explains why can't we just reinterpret_cast HRESULT to DWORD Win32 error: