[ooo-build-commit] patches/dev300

Tor Lillqvist tml at kemper.freedesktop.org
Fri Aug 14 02:51:26 PDT 2009


 patches/dev300/apply                      |    3 --
 patches/dev300/buildfix-enable-debug.diff |   40 ------------------------------
 2 files changed, 43 deletions(-)

New commits:
commit 381905b02611fa70e65015ac3d0263128700a764
Author: Tor Lillqvist <tlillqvist at novell.com>
Date:   Fri Aug 14 12:50:48 2009 +0300

    buildfix-enable-debug.diff is upstream
    
    * patches/dev300/buildfix-enable-debug.diff: Delete.
    * patches/dev300/apply: Drop it.

diff --git a/patches/dev300/apply b/patches/dev300/apply
index 129617e..13c2e8c 100644
--- a/patches/dev300/apply
+++ b/patches/dev300/apply
@@ -2919,9 +2919,6 @@ sd-animation-ui-fix.diff, thorsten
 # mute sound on all but the first slideshow view
 slideshow-mute-sound.diff, thorsten
 
-# several compile fixes for --enable-debug.
-buildfix-enable-debug.diff
-
 # unresolved Base64 Java classes
 base64.diff, i#100620, hmth
 
diff --git a/patches/dev300/buildfix-enable-debug.diff b/patches/dev300/buildfix-enable-debug.diff
deleted file mode 100644
index 538f939..0000000
--- a/patches/dev300/buildfix-enable-debug.diff
+++ /dev/null
@@ -1,40 +0,0 @@
-diff --git basic/source/app/brkpnts.cxx basic/source/app/brkpnts.cxx
-index 79f702b..66cf563 100644
---- basic/source/app/brkpnts.cxx
-+++ basic/source/app/brkpnts.cxx
-@@ -111,7 +111,7 @@ void BreakpointWindow::SetBPsInModule()
- 	{
- 		pModule->SetBP( (USHORT)pBrk->nLine );
- #if OSL_DEBUG_LEVEL > 1
--		DBG_ASSERT( !pModule->IsCompiled() || pModule->IsBP( (USHORT)pBrk->nLine ), "Brechpunkt wurde nicht gesetzt" )
-+		DBG_ASSERT( !pModule->IsCompiled() || pModule->IsBP( (USHORT)pBrk->nLine ), "Brechpunkt wurde nicht gesetzt" );
- #endif
- 		pBrk = Next();
- 	}
-@@ -152,7 +152,7 @@ void BreakpointWindow::InsertBreakpoint( USHORT nLine )
- 	if ( pModule->SetBP( nLine ) )
- 	{
- #if OSL_DEBUG_LEVEL > 1
--		DBG_ASSERT( !pModule->IsCompiled() || pModule->IsBP( nLine ), "Brechpunkt wurde nicht gesetzt" )
-+		DBG_ASSERT( !pModule->IsCompiled() || pModule->IsBP( nLine ), "Brechpunkt wurde nicht gesetzt" );
- #endif
- 		if ( StarBASIC::IsRunning() )
- 		{
-@@ -165,7 +165,7 @@ void BreakpointWindow::InsertBreakpoint( USHORT nLine )
- 		}
- 	}
- #if OSL_DEBUG_LEVEL > 1
--	DBG_ASSERT( !pModule->IsCompiled() || pModule->IsBP( nLine ), "Brechpunkt wurde nicht gesetzt" )
-+	DBG_ASSERT( !pModule->IsCompiled() || pModule->IsBP( nLine ), "Brechpunkt wurde nicht gesetzt" );
- #endif
- }
- 
-@@ -282,7 +282,7 @@ void BreakpointWindow::Paint( const Rectangle& )
- 	while ( pBrk )
- 	{
- #if OSL_DEBUG_LEVEL > 1
--		DBG_ASSERT( !pModule->IsCompiled() || pModule->IsBP( pBrk->nLine ), "Brechpunkt wurde nicht gesetzt" )
-+		DBG_ASSERT( !pModule->IsCompiled() || pModule->IsBP( pBrk->nLine ), "Brechpunkt wurde nicht gesetzt" );
- #endif
- 		ULONG nLine = pBrk->nLine-1;
- 		ULONG nY = nLine*nLineHeight - nCurYOffset;


More information about the ooo-build-commit mailing list