From ab1ffb0c7c713d005256e8ae66056f1b216801ab Mon Sep 17 00:00:00 2001 From: JulianSmart Date: Wed, 6 Jul 2016 13:34:29 +0100 Subject: [PATCH] Removed @true typo from code --- interface/wx/msw/ole/automtn.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interface/wx/msw/ole/automtn.h b/interface/wx/msw/ole/automtn.h index 6b8b90b4a7..fffa47cdb5 100644 --- a/interface/wx/msw/ole/automtn.h +++ b/interface/wx/msw/ole/automtn.h @@ -389,7 +389,7 @@ public: @code wxAutomationObject excelObject; if (excelObject.GetInstance("Excel.Application")) - excelObject.PutProperty("ActiveCell.Font.Bold", @true); + excelObject.PutProperty("ActiveCell.Font.Bold", true); @endcode Note that this class obviously works under Windows only.