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 | 27e0f7160d603f6a0c6e225f029b7e2b1fc2ff6b (patch) | |
tree | 561e0a4dccf451722fd5e249000ef7c1b6e5f855 | |
parent | fc06a004ec783f4a6718444c235c622784bf81ea (diff) |
#i10000# Typo corrected.
-rw-r--r-- | sw/inc/node.hxx | 2 | ||||
-rw-r--r-- | sw/source/core/doc/doclay.cxx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sw/inc/node.hxx b/sw/inc/node.hxx index 4a67ec375836..6bbce692d4ec 100644 --- a/sw/inc/node.hxx +++ b/sw/inc/node.hxx @@ -510,7 +510,7 @@ private: //--------- // SwTableNode //--------- -class SW_DLLPUBKIC SwTableNode : public SwStartNode, public SwModify +class SW_DLLPUBLIC SwTableNode : public SwStartNode, public SwModify { friend class SwNodes; SwTable* pTable; diff --git a/sw/source/core/doc/doclay.cxx b/sw/source/core/doc/doclay.cxx index daa375e5efa3..b32c79866ac7 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!"); |