At 7:19am -0500 Tue, 15 Nov 2011, Fridrich Štrba wrote:
New commits: commit 1f2d0c83d07b2c877722069c0075ba35860a0400 Author: Fridrich Štrba Date: Tue Nov 15 13:19:24 2011 +0100Put back a method needed by Windows and reformat a bit diff --git a/basic/inc/basic/sbxvar.hxx b/basic/inc/basic/sbxvar.hxx index 485c33e..08e8002 100644 --- a/basic/inc/basic/sbxvar.hxx +++ b/basic/inc/basic/sbxvar.hxx @@ -212,6 +212,7 @@ public: // Special methods sal_Bool PutDecimal( com::sun::star::bridge::oleautomation::Decimal& rAutomationDec ); + sal_Bool PutDecimal( SbxDecimal* pDecimal ); // This function is needed for Windows build, don't remove sal_Bool fillAutomationDecimal( com::sun::star::bridge::oleautomation::Decimal& rAutomationDec );
Naive question: if it's only needed for Windows, is this not a place for an #ifdef ?
Kevin _______________________________________________ LibreOffice mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice
