diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2015-02-21 21:19:12 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2015-02-21 21:19:12 +0000 |
commit | b84f891f0dac03a170637a1cf54bd1e25a87eb1f (patch) | |
tree | 36c797c65524fa2d4a1ae71921a1b987063f7403 /plugins/TabSRMM/src/ImageDataObject.h | |
parent | 4ba2455da24ecbe9f0c623945e7add2696cdc81b (diff) |
code formatting
git-svn-id: http://svn.miranda-ng.org/main/trunk@12236 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/TabSRMM/src/ImageDataObject.h')
-rw-r--r-- | plugins/TabSRMM/src/ImageDataObject.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/plugins/TabSRMM/src/ImageDataObject.h b/plugins/TabSRMM/src/ImageDataObject.h index 2601c10dc6..d5342d3f05 100644 --- a/plugins/TabSRMM/src/ImageDataObject.h +++ b/plugins/TabSRMM/src/ImageDataObject.h @@ -22,11 +22,11 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. class CImageDataObject : IDataObject
{
public:
- // returns true on success, false on failure
+ // returns true on success, false on failure
static bool InsertBitmap(IRichEditOle* pRichEditOle, HBITMAP hBitmap);
- // returns true on success, false on failure
- //static bool InsertIcon(IRichEditOle* pRichEditOle, HICON hIcon,
- //COLORREF backgroundColor, int sizeX = 0, int sizeY = 0);
+ // returns true on success, false on failure
+ //static bool InsertIcon(IRichEditOle* pRichEditOle, HICON hIcon,
+ //COLORREF backgroundColor, int sizeX = 0, int sizeY = 0);
private:
ULONG m_ulRefCnt;
@@ -124,7 +124,7 @@ public: return E_NOTIMPL;
}
- // Other
+ // Other
void SetBitmap(HBITMAP hBitmap);
IOleObject *GetOleObject(IOleClientSite *pOleClientSite, IStorage *pStorage);
};
|