summaryrefslogtreecommitdiff
path: root/sw/inc/node.hxx
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
commit27e0f7160d603f6a0c6e225f029b7e2b1fc2ff6b (patch)
tree561e0a4dccf451722fd5e249000ef7c1b6e5f855 /sw/inc/node.hxx
parentfc06a004ec783f4a6718444c235c622784bf81ea (diff)
#i10000# Typo corrected.
Diffstat (limited to 'sw/inc/node.hxx')
-rw-r--r--sw/inc/node.hxx2
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;