diff options
author | Alexander Wilms <f.alexander.wilms@gmail.com> | 2014-02-25 20:36:36 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-02-26 07:55:24 -0600 |
commit | d18a2753d5a6e29312e08365f7d9a512a92b998e (patch) | |
tree | af5e93f3bbd08c187ce264b2154d42df180f0696 /shell/inc/internal/infotips.hxx | |
parent | 7d99ec7f7ec095dfa0d203f5eb43bab0e69256be (diff) |
Remove visual noise from shell
Change-Id: I1857fd7a9aeda38cb8ef2a0eda7783203b7658ed
Reviewed-on: https://gerrit.libreoffice.org/8311
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'shell/inc/internal/infotips.hxx')
-rw-r--r-- | shell/inc/internal/infotips.hxx | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/shell/inc/internal/infotips.hxx b/shell/inc/internal/infotips.hxx index 99eb76013933..ec6615acace8 100644 --- a/shell/inc/internal/infotips.hxx +++ b/shell/inc/internal/infotips.hxx @@ -37,9 +37,9 @@ public: CInfoTip(long RefCnt = 1); virtual ~CInfoTip(); - //----------------------------- + // IUnknown methods - //----------------------------- + virtual HRESULT STDMETHODCALLTYPE QueryInterface( REFIID riid, @@ -49,23 +49,23 @@ public: virtual ULONG STDMETHODCALLTYPE Release( void); - //---------------------------- + // IQueryInfo methods - //---------------------------- + virtual HRESULT STDMETHODCALLTYPE GetInfoTip(DWORD dwFlags, wchar_t** ppwszTip); virtual HRESULT STDMETHODCALLTYPE GetInfoFlags(DWORD *pdwFlags); - //---------------------------- + // IPersist methods - //---------------------------- + virtual HRESULT STDMETHODCALLTYPE GetClassID(CLSID* pClassID); - //---------------------------- + // IPersistFile methods - //---------------------------- + virtual HRESULT STDMETHODCALLTYPE IsDirty(void); |