From 1fa2d2671791e5da4170e80f14cbd9e0ae12ddd0 Mon Sep 17 00:00:00 2001
From: David Vogt <david.vogt@adfinis-sygroup.ch>
Date: Tue, 21 Feb 2012 14:26:06 +0100
Subject: [PATCH 2/5] Correct some spelling errors and trailing whitespace

---
 sw/source/core/layout/newfrm.cxx |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/sw/source/core/layout/newfrm.cxx b/sw/source/core/layout/newfrm.cxx
index 6b1b652..8ded4fb 100644
--- a/sw/source/core/layout/newfrm.cxx
+++ b/sw/source/core/layout/newfrm.cxx
@@ -381,7 +381,7 @@ void _FrmFinit()
         if( (*SwFrm::GetCachePtr())[ --n ] )
         {
             SwCacheObj* pObj = (*SwFrm::GetCachePtr())[ n ];
-            OSL_ENSURE( !pObj, "Wer hat sich nicht ausgetragen?"); // TOOD: translate?
+            OSL_ENSURE( !pObj, "Who didn't derregister?");
         }
 #endif
     delete SwRootFrm::pVout;
@@ -468,7 +468,7 @@ void InitCurrShells( SwRootFrm *pRoot )
 |*  Description:
 |*      The RootFrm requests an own FrmFmt from the document, which it is
 |*      going to delete again in the dtor. The own FrmFmt is derived from
-|*      the passed-in FrmFmt.
+|*      the passed FrmFmt.
 |*
 |*************************************************************************/
 
-- 
1.7.7.6

