summaryrefslogtreecommitdiff
path: root/sfx2/source/bastyp/frmhtmlw.cxx
diff options
context:
space:
mode:
authorMichael Callahan <callahan@xmission.com>2010-12-06 10:36:18 +0000
committerMichael Meeks <michael.meeks@novell.com>2010-12-06 10:37:25 +0000
commit8a661baf4962f42a9475c3c699d91390e89dee42 (patch)
treec92c0adec251373209f0fa68fe8b26fe72360466 /sfx2/source/bastyp/frmhtmlw.cxx
parent0b30cb7e66e0cef4f6f75013eb182c2d58615ca1 (diff)
remove obsolete __FAR_DATA
Diffstat (limited to 'sfx2/source/bastyp/frmhtmlw.cxx')
-rw-r--r--sfx2/source/bastyp/frmhtmlw.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sfx2/source/bastyp/frmhtmlw.cxx b/sfx2/source/bastyp/frmhtmlw.cxx
index 38f06f0e28a2..e8d8c2d39c2d 100644
--- a/sfx2/source/bastyp/frmhtmlw.cxx
+++ b/sfx2/source/bastyp/frmhtmlw.cxx
@@ -67,7 +67,7 @@ static sal_Char __READONLY_DATA sHTML_SC_auto[] = "AUTO";
static sal_Char __READONLY_DATA sHTML_MIME_text_html[] = "text/html; charset=";
/* not used anymore?
-static HTMLOutEvent __FAR_DATA aFrameSetEventTable[] =
+static HTMLOutEvent aFrameSetEventTable[] =
{
{ sHTML_O_SDonload, sHTML_O_onload, SFX_EVENT_OPENDOC },
{ sHTML_O_SDonunload, sHTML_O_onunload, SFX_EVENT_PREPARECLOSEDOC },
@@ -80,7 +80,7 @@ static HTMLOutEvent __FAR_DATA aFrameSetEventTable[] =
#if defined(UNX)
const sal_Char SfxFrameHTMLWriter::sNewLine[] = "\012";
#else
-const sal_Char __FAR_DATA SfxFrameHTMLWriter::sNewLine[] = "\015\012";
+const sal_Char SfxFrameHTMLWriter::sNewLine[] = "\015\012";
#endif
void SfxFrameHTMLWriter::OutMeta( SvStream& rStrm,