diff options
author | RĂ¼diger Timm <rt@openoffice.org> | 2009-01-23 08:38:16 +0000 |
---|---|---|
committer | RĂ¼diger Timm <rt@openoffice.org> | 2009-01-23 08:38:16 +0000 |
commit | 722d052dd74aa0c1324627b50c2405633888f32a (patch) | |
tree | 4ea393ce1da14ce80b39336ea1d03a3bb1f5ba57 /sw/source/core | |
parent | e92028bf8664295bd3fb0aa14582da730711d25a (diff) |
#i10000# Typo corrected.
Diffstat (limited to 'sw/source/core')
-rw-r--r-- | sw/source/core/doc/doclay.cxx | 2 |
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!"); |