mirror of
https://github.com/reactos/reactos.git
synced 2025-05-21 18:16:07 +00:00
[SHELL32]
- CDefaultContextMenu: Fix some cosmetic issues. svn path=/trunk/; revision=72328
This commit is contained in:
parent
4c322eaeef
commit
2f6cecc6f1
1 changed files with 9 additions and 9 deletions
|
@ -1002,7 +1002,7 @@ CDefaultContextMenu::NotifyShellViewWindow(LPCMINVOKECOMMANDINFO lpcmi, BOOL bRe
|
||||||
HRESULT hr;
|
HRESULT hr;
|
||||||
|
|
||||||
if (!m_site)
|
if (!m_site)
|
||||||
return E_FAIL;;
|
return E_FAIL;
|
||||||
|
|
||||||
/* Get a pointer to the shell browser */
|
/* Get a pointer to the shell browser */
|
||||||
hr = IUnknown_QueryService(m_site, SID_IFolderView, IID_PPV_ARG(IShellView, &psv));
|
hr = IUnknown_QueryService(m_site, SID_IFolderView, IID_PPV_ARG(IShellView, &psv));
|
||||||
|
@ -1020,7 +1020,7 @@ CDefaultContextMenu::DoRefresh(
|
||||||
LPCMINVOKECOMMANDINFO lpcmi)
|
LPCMINVOKECOMMANDINFO lpcmi)
|
||||||
{
|
{
|
||||||
if (!m_site)
|
if (!m_site)
|
||||||
return E_FAIL;;
|
return E_FAIL;
|
||||||
|
|
||||||
/* Get a pointer to the shell view */
|
/* Get a pointer to the shell view */
|
||||||
CComPtr<IShellView> psv;
|
CComPtr<IShellView> psv;
|
||||||
|
|
Loading…
Reference in a new issue