ooo-build r12408 - in trunk: . patches/dev300



Author: noelpwer
Date: Wed Apr 30 17:05:33 2008
New Revision: 12408
URL: http://svn.gnome.org/viewvc/ooo-build?rev=12408&view=rev

Log:
2008-04-30  Noel Power  <noel power novell com>

        patches/dev300/layout-plugin-toolkit.diff: change printf to
OSL_TRACE
        otherwise compile error with non-debug build




Modified:
   trunk/ChangeLog
   trunk/patches/dev300/layout-plugin-toolkit.diff

Modified: trunk/patches/dev300/layout-plugin-toolkit.diff
==============================================================================
--- trunk/patches/dev300/layout-plugin-toolkit.diff	(original)
+++ trunk/patches/dev300/layout-plugin-toolkit.diff	Wed Apr 30 17:05:33 2008
@@ -470,7 +470,7 @@
 +    else if ( aName.equalsAscii( "plugin" ) )
 +    {
 +        pNewWindow = new Control( pParent, ImplGetWinBits( WindowAttributes, 0 ) );
-+        printf( "%s: parent=%p (%s)\n", __FUNCTION__, pParent, typeid( *pParent ).name() );
++        OSL_TRACE( "%s: parent=%p (%s)\n", __FUNCTION__, pParent, typeid( *pParent ).name() );
 +        pNewComp = new layoutimpl::VCLXPlugin( pNewWindow, ImplGetWinBits( WindowAttributes, 0 ) );
 +    }
  



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]