diff options
author | David Vogt <david.vogt@adfinis-sygroup.ch> | 2012-02-21 14:26:06 +0100 |
---|---|---|
committer | Michael Meeks <michael.meeks@suse.com> | 2012-02-21 15:44:04 +0000 |
commit | cc6697fa0bac2a8963bfc4bf2ae6f717e654380e (patch) | |
tree | 1bd1e763faf2e66adafe388825c2c3ba7cb53983 /sw | |
parent | d71b97c1687c3b87337737d4b975986e1933f352 (diff) |
Correct some spelling errors and trailing whitespace
Diffstat (limited to 'sw')
-rw-r--r-- | 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 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. |* |*************************************************************************/ |