editeng/source/editeng/impedit.cxx |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

New commits:
commit 5d66587d7931c6a41107969f5d0942d880ce0943
Author: Kohei Yoshida <kohei.yosh...@gmail.com>
Date:   Sat Apr 14 01:12:42 2012 -0400

    Keep tinderbox happy.

diff --git a/editeng/source/editeng/impedit.cxx 
b/editeng/source/editeng/impedit.cxx
index 355564d..81edb23 100644
--- a/editeng/source/editeng/impedit.cxx
+++ b/editeng/source/editeng/impedit.cxx
@@ -174,7 +174,7 @@ void ImpEditView::DrawSelection( EditSelection aTmpSel, 
Region* pRegion )
             pOutWin->GetCursor()->Hide();
     }
 
-    DBG_ASSERT( !pEditEngine->pImpEditEngine->aIdleFormatter.IsActive(), 
"DrawSelection: Not formatted!" );
+    DBG_ASSERT( !pEditEngine->aIdleFormatter.IsActive(), "DrawSelection: Not 
formatted!" );
     aTmpSel.Adjust( pEditEngine->pImpEditEngine->GetEditDoc() );
 
     ContentNode* pStartNode = aTmpSel.Min().GetNode();
@@ -1663,11 +1663,11 @@ void ImpEditView::dragDropEnd( const 
::com::sun::star::datatransfer::dnd::DragSo
 
                 DrawSelection();
                 EditSelection aDelSel( pEditEngine->pImpEditEngine->CreateSel( 
aToBeDelSel ) );
-                DBG_ASSERT( !aDelSel.DbgIsBuggy( 
pEditEngine->pImpEditEngine->aEditDoc ), "ToBeDel is buggy!" );
+                DBG_ASSERT( !aDelSel.DbgIsBuggy( pEditEngine->GetEditDoc() ), 
"ToBeDel is buggy!" );
                 pEditEngine->DeleteSelection(aDelSel);
                 if ( !bBeforeSelection )
                 {
-                    DBG_ASSERT( !pEditEngine->pImpEditEngine->CreateSel( 
aNewSel ).DbgIsBuggy(pEditEngine->pImpEditEngine->aEditDoc), "Bad" );
+                    DBG_ASSERT( !pEditEngine->pImpEditEngine->CreateSel( 
aNewSel ).DbgIsBuggy(pEditEngine->GetEditDoc()), "Bad" );
                     SetEditSelection( pEditEngine->pImpEditEngine->CreateSel( 
aNewSel ) );
                 }
                 pEditEngine->pImpEditEngine->FormatAndUpdate( 
pEditEngine->pImpEditEngine->GetActiveView() );
_______________________________________________
Libreoffice-commits mailing list
Libreoffice-commits@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to