diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2009-01-15 11:53:52 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2009-01-15 11:53:52 +0000 |
commit | e57b09dac71e151efb557e2deb04f0a870ec7440 (patch) | |
tree | c64542735ccf7808fe9b4c203f68567b82d941c5 | |
parent | 29e1c074501017432944812ac72a9fe2a2983f3d (diff) |
#i10000#: export class swtblfmt, otherwise libmsword??.so will not link on Solaris
-rw-r--r-- | sw/inc/swtblfmt.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/swtblfmt.hxx b/sw/inc/swtblfmt.hxx index 5b0b1c6503e8..09fe43fb87ce 100644 --- a/sw/inc/swtblfmt.hxx +++ b/sw/inc/swtblfmt.hxx @@ -75,7 +75,7 @@ public: DECL_FIXEDMEMPOOL_NEWDEL(SwTableLineFmt) }; -class SwTableBoxFmt : public SwFrmFmt +class SW_DLLPUBLIC SwTableBoxFmt : public SwFrmFmt { friend class SwDoc; |