From 33f0fe919beabb60f5a9453f67b4eee896023403 Mon Sep 17 00:00:00 2001 From: Francesco Saverio Giudice Date: Sun, 22 Mar 2009 21:52:06 +0000 Subject: [PATCH] 2009-03-22 22:50 UTC+0100 Francesco Saverio Giudice (info/at/fsgiudice.com) * harbour/contrib/hbwin/win_ole.c * removed debug lines --- harbour/ChangeLog | 4 ++++ harbour/contrib/hbwin/win_ole.c | 6 ------ 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index ad31066bc9..7ebd4aebd2 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -8,6 +8,10 @@ 2009-12-31 13:59 UTC+0100 Foo Bar (foo.bar foobar.org) */ +2009-03-22 22:50 UTC+0100 Francesco Saverio Giudice (info/at/fsgiudice.com) + * harbour/contrib/hbwin/win_ole.c + * removed debug lines + 2009-03-22 22:33 UTC+0100 Francesco Saverio Giudice (info/at/fsgiudice.com) * harbour/source/rtl/tscalart.c * fixed header diff --git a/harbour/contrib/hbwin/win_ole.c b/harbour/contrib/hbwin/win_ole.c index 52e9709f53..81fc4929fe 100644 --- a/harbour/contrib/hbwin/win_ole.c +++ b/harbour/contrib/hbwin/win_ole.c @@ -306,8 +306,6 @@ void hb_oleItemToVariant( VARIANT *pVariant, PHB_ITEM pItem ) VariantClear( pVariant ); - hb_ToOutDebug( "\n\rhb_itemType( pItem ) =%i\n\r", hb_itemType( pItem ) ); - switch( hb_itemType( pItem ) ) { case HB_IT_NIL: @@ -431,8 +429,6 @@ void hb_oleItemToVariant( VARIANT *pVariant, PHB_ITEM pItem ) { long lDate = hb_itemGetDL( pItem ); - hb_ToOutDebug( "Sono in HB_IT_DATE" ); - if( lDate == 0 ) pVariant->n1.n2.vt = VT_NULL; else if( bByRef ) @@ -454,8 +450,6 @@ void hb_oleItemToVariant( VARIANT *pVariant, PHB_ITEM pItem ) { double dDateTime = hb_itemGetTD( pItem ); - hb_ToOutDebug( "Sono in HB_IT_TIMESTAMP" ); - if( dDateTime == 0 ) pVariant->n1.n2.vt = VT_NULL;