Made method GetFormat so nsDragService can use it.

This commit is contained in:
rods%netscape.com 1999-04-23 21:56:05 +00:00
Родитель 937c215b30
Коммит a761f1760a
2 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -101,7 +101,7 @@ nsresult nsClipboard::QueryInterface(const nsIID& aIID, void** aInstancePtr)
}
//-------------------------------------------------------------------------
static UINT GetFormat(const nsString & aMimeStr)
UINT nsClipboard::GetFormat(const nsString & aMimeStr)
{
UINT format = 0;

Просмотреть файл

@ -23,7 +23,6 @@
#include <windows.h>
class nsITransferable;
//class nsDataObj;
class nsIClipboardOwner;
class nsIWidget;
struct IDataObject;
@ -60,6 +59,7 @@ public:
static nsresult GetGlobalData(HGLOBAL aHGBL, void ** aData, PRUint32 * aLen);
static UINT GetFormat(const nsString & aMimeStr);
protected: