X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/226fa6db3dc88370446602fd7490a8890305ffd3..9e9574fe45b176ee74bba8fad7574cf9906145d1:/interface/wx/msw/ole/automtn.h diff --git a/interface/wx/msw/ole/automtn.h b/interface/wx/msw/ole/automtn.h index cfa2cb7144..ec0ec35efc 100644 --- a/interface/wx/msw/ole/automtn.h +++ b/interface/wx/msw/ole/automtn.h @@ -2,7 +2,6 @@ // Name: msw/ole/automtn.h // Purpose: interface of wxAutomationObject // Author: wxWidgets team -// RCS-ID: $Id$ // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// @@ -254,7 +253,7 @@ public: for ( unsigned col = 0; col < colCount; col++ ) { indices[1] = col; - if ( !safeArray.SetElement(indices, wxString::Format("R%ud C%ud", i+1, j+1)) )( + if ( !safeArray.SetElement(indices, wxString::Format("R%u C%u", row+1, col+1)) ) return false; } } @@ -314,8 +313,8 @@ public: void SetValue(SAFEARRAY* value); /** - Returns true if @a data is of wxVariantDataErrorCode type - and contains the same SCODE value. + Returns true if @a data is of wxVariantDataSafeArray type + and contains the same SAFEARRAY* value. */ virtual bool Eq(wxVariantData& data) const; @@ -323,7 +322,7 @@ public: Fills the provided string with the textual representation of this object. - The error code is just a number, so it's output as such. + Only the address of SAFEARRAY pointer is output. */ virtual bool Write(wxString& str) const;