diff options
-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 a6b2da7d7d..dbf0e10472 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 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!"); |