summaryrefslogtreecommitdiff
path: root/sw
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
parente92028bf8664295bd3fb0aa14582da730711d25a (diff)
#i10000# Typo corrected.
Diffstat (limited to 'sw')
-rw-r--r--sw/inc/node.hxx2
-rw-r--r--sw/source/core/doc/doclay.cxx2
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!");