Do not perform useless operation

This commit is contained in:
FutureRave 2022-10-19 12:18:59 +01:00
parent aead3e07b3
commit 00577c0d91
No known key found for this signature in database
GPG Key ID: 22F9079C86CFAB31

View File

@ -70,9 +70,8 @@ HRESULT doc_host_ui_handler::ResizeBorder(LPCRECT /*prcBorder*/, IOleInPlaceUIWi
return S_OK;
}
HRESULT doc_host_ui_handler::TranslateAcceleratorA(LPMSG /*lpMsg*/, const GUID* pguidCmdGroup, DWORD /*nCmdID*/)
HRESULT doc_host_ui_handler::TranslateAcceleratorA(LPMSG /*lpMsg*/, const GUID* /*pguidCmdGroup*/, DWORD /*nCmdID*/)
{
pguidCmdGroup = nullptr;
return S_FALSE;
}