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 /sw/inc/node.hxx | |
parent | fc06a004ec783f4a6718444c235c622784bf81ea (diff) |
#i10000# Typo corrected.
Diffstat (limited to 'sw/inc/node.hxx')
-rw-r--r-- | sw/inc/node.hxx | 2 |
1 files changed, 1 insertions, 1 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; |