Typo correction patch [ 1208110 ] Lots of typo corrections
Olly Betts git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34436 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -106,7 +106,7 @@ public:
|
||||
virtual ~wxIDataObject();
|
||||
|
||||
// normally, wxDataObject controls our lifetime (i.e. we're deleted when it
|
||||
// is), but in some cases, the situation is inversed, that is we delete it
|
||||
// is), but in some cases, the situation is reversed, that is we delete it
|
||||
// when this object is deleted - setting this flag enables such logic
|
||||
void SetDeleteFlag() { m_mustDelete = true; }
|
||||
|
||||
@@ -500,7 +500,7 @@ STDMETHODIMP wxIDataObject::SetData(FORMATETC *pformatetc,
|
||||
// we suppose that the size precedes the data
|
||||
pBuf = m_pDataObject->GetSizeFromBuffer( pBuf, &size, format );
|
||||
if (! format.IsStandard() ) {
|
||||
// see GetData for coresponding increment
|
||||
// see GetData for corresponding increment
|
||||
size -= m_pDataObject->GetBufferOffset( format );
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user