summaryrefslogtreecommitdiff
path: root/sw/source/core
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2009-01-23 08:38:16 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2009-01-23 08:38:16 +0000
commit722d052dd74aa0c1324627b50c2405633888f32a (patch)
tree4ea393ce1da14ce80b39336ea1d03a3bb1f5ba57 /sw/source/core
parente92028bf8664295bd3fb0aa14582da730711d25a (diff)
#i10000# Typo corrected.
Diffstat (limited to 'sw/source/core')
-rw-r--r--sw/source/core/doc/doclay.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/core/doc/doclay.cxx b/sw/source/core/doc/doclay.cxx
index c9cdc91be8..b50d207a54 100644
--- a/sw/source/core/doc/doclay.cxx
+++ b/sw/source/core/doc/doclay.cxx
@@ -695,7 +695,7 @@ SwFlyFrmFmt* SwDoc::_MakeFlySection( const SwPosition& rAnchPos,
if( FLY_IN_CNTNT == eAnchorId )
{
xub_StrLen nStt = rAnchPos.nContent.GetIndex();
- SwTxtNode * pTxtNode = rAnchPos.nNode.GetNode().GetTxtNode()
+ SwTxtNode * pTxtNode = rAnchPos.nNode.GetNode().GetTxtNode();
ASSERT(pTxtNode!= 0, "There should be a SwTxtNode!");