2009-03-22 22:50 UTC+0100 Francesco Saverio Giudice (info/at/fsgiudice.com)

* harbour/contrib/hbwin/win_ole.c
    * removed debug lines
This commit is contained in:
Francesco Saverio Giudice
2009-03-22 21:52:06 +00:00
parent b3eb17af1b
commit 33f0fe919b
2 changed files with 4 additions and 6 deletions

View File

@@ -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

View File

@@ -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;