ooo-build r12924 - in trunk: . patches/64bit
- From: noelpwer svn gnome org
- To: svn-commits-list gnome org
- Subject: ooo-build r12924 - in trunk: . patches/64bit
- Date: Thu, 19 Jun 2008 11:53:52 +0000 (UTC)
Author: noelpwer
Date: Thu Jun 19 11:53:51 2008
New Revision: 12924
URL: http://svn.gnome.org/viewvc/ooo-build?rev=12924&view=rev
Log:
2008-06-19 Noel Power <noel power novell com>
* patches/64bit/sc-biffdump.diff: make sure 32 bit still builds
Modified:
trunk/ChangeLog
trunk/patches/64bit/sc-biffdump.diff
Modified: trunk/patches/64bit/sc-biffdump.diff
==============================================================================
--- trunk/patches/64bit/sc-biffdump.diff (original)
+++ trunk/patches/64bit/sc-biffdump.diff Thu Jun 19 11:53:51 2008
@@ -111,8 +111,8 @@
ADDTEXT( " color=" ); __AddDec( t, nTmp );
- ADDTEXT( " diag-tl-to-br=" ); lcl_AddOnOff( t, ::get_flag( nBorder1, 0x40000000UL ) );
- ADDTEXT( " diag-bl-to-tr=" ); lcl_AddOnOff( t, ::get_flag( nBorder1, 0x80000000UL ) );
-+ ADDTEXT( " diag-tl-to-br=" ); lcl_AddOnOff( t, ::get_flag( nBorder1, 0x40000000U ) );
-+ ADDTEXT( " diag-bl-to-tr=" ); lcl_AddOnOff( t, ::get_flag( nBorder1, 0x80000000U ) );
++ ADDTEXT( " diag-tl-to-br=" ); lcl_AddOnOff( t, ::get_flag( nBorder1, static_cast< sal_Size >( 0x40000000U ) ) );
++ ADDTEXT( " diag-bl-to-tr=" ); lcl_AddOnOff( t, ::get_flag( nBorder1, static_cast< sal_Size >( 0x80000000U ) ) );
PRINT();
LINESTART();
::extract_value( nTmp, nBorder2, 26, 6 );
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]