sfx2/source/appl/shutdowniconw32.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit ab38ed6e232013dc9df7ae1350319c41211fc726 Author: Andrea Gelmini <andrea.gelm...@gelma.net> AuthorDate: Sat Aug 22 19:29:50 2020 +0200 Commit: Julien Nabet <serval2...@yahoo.fr> CommitDate: Sun Aug 23 14:53:45 2020 +0200 Fix typo in code Change-Id: I2598723397edba3ae0d447d3f5dd327a38467741 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/101211 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2...@yahoo.fr> diff --git a/sfx2/source/appl/shutdowniconw32.cxx b/sfx2/source/appl/shutdowniconw32.cxx index 2540b2c79eb5..05b855f4cad4 100644 --- a/sfx2/source/appl/shutdowniconw32.cxx +++ b/sfx2/source/appl/shutdowniconw32.cxx @@ -713,7 +713,7 @@ static HRESULT WINAPI SHCoCreateInstance( LPVOID lpszReserved, REFCLSID clsid, L if ( hModShell != nullptr ) { - typedef HRESULT (WINAPI *SHCoCreateInstance_PROC)( LPVOID lpszReserved, REFCLSID clsid, LPUNKNOWN pUnkUnknwon, REFIID iid, LPVOID *ppv ); + typedef HRESULT (WINAPI *SHCoCreateInstance_PROC)( LPVOID lpszReserved, REFCLSID clsid, LPUNKNOWN pUnkUnknown, REFIID iid, LPVOID *ppv ); SHCoCreateInstance_PROC lpfnSHCoCreateInstance = reinterpret_cast<SHCoCreateInstance_PROC>(GetProcAddress( hModShell, MAKEINTRESOURCEA(102) )); _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits