summaryrefslogtreecommitdiffstats
path: root/sw
diff options
context:
space:
mode:
authorDavid Vogt <david.vogt@adfinis-sygroup.ch>2012-02-21 14:26:06 +0100
committerMichael Meeks <michael.meeks@suse.com>2012-02-21 15:44:04 +0000
commitcc6697fa0bac2a8963bfc4bf2ae6f717e654380e (patch)
tree1bd1e763faf2e66adafe388825c2c3ba7cb53983 /sw
parentTranslated german code comments to english (diff)
downloadcore-cc6697fa0bac2a8963bfc4bf2ae6f717e654380e.tar.gz
core-cc6697fa0bac2a8963bfc4bf2ae6f717e654380e.zip
Correct some spelling errors and trailing whitespace
Diffstat (limited to 'sw')
-rw-r--r--sw/source/core/layout/newfrm.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/core/layout/newfrm.cxx b/sw/source/core/layout/newfrm.cxx
index 6aceb1b023a8..3aa7a13f5e9b 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.
|*
|*************************************************************************/