summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhb <hbrinkm@openoffice.org>2010-05-31 11:21:00 +0200
committerhb <hbrinkm@openoffice.org>2010-05-31 11:21:00 +0200
commit20e0ef59cf0a3b44b6c665f035ead0f0ba43484d (patch)
tree9536e279a7c906c8d8e49b8da78f3c472e805bf9
parent6cee0071a043e3069e8d39118055dd71863eab41 (diff)
hb33issues01: building errors in sw
-rw-r--r--sw/inc/swtblfmt.hxx2
-rw-r--r--sw/source/filter/rtf/wrtrtf.cxx3
2 files changed, 1 insertions, 4 deletions
diff --git a/sw/inc/swtblfmt.hxx b/sw/inc/swtblfmt.hxx
index 33d38e42ba55..96479197cde6 100644
--- a/sw/inc/swtblfmt.hxx
+++ b/sw/inc/swtblfmt.hxx
@@ -31,7 +31,7 @@
class SwDoc;
-class SwTableFmt : public SwFrmFmt
+class SW_DLLPUBLIC SwTableFmt : public SwFrmFmt
{
friend class SwDoc;
diff --git a/sw/source/filter/rtf/wrtrtf.cxx b/sw/source/filter/rtf/wrtrtf.cxx
index 2d3a3cccd316..8e17bee3874b 100644
--- a/sw/source/filter/rtf/wrtrtf.cxx
+++ b/sw/source/filter/rtf/wrtrtf.cxx
@@ -85,9 +85,6 @@ const sal_Char SwRTFWriter::sNewLine = '\012';
const sal_Char __FAR_DATA SwRTFWriter::sNewLine[] = "\015\012";
#endif
-static ::rtl::OUString aEmpty;
-
-
SV_DECL_VARARR( RTFColorTbl, Color, 5, 8 )
SV_IMPL_VARARR( RTFColorTbl, Color )