From b76b4d9b64f09dd4941c48b245eaffcf6bfd056d Mon Sep 17 00:00:00 2001 From: Michael Callahan Date: Mon, 6 Dec 2010 10:36:22 +0000 Subject: remove obsolete __FAR_DATA --- sw/source/filter/html/htmltab.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sw/source/filter/html/htmltab.cxx') diff --git a/sw/source/filter/html/htmltab.cxx b/sw/source/filter/html/htmltab.cxx index 6d734d93b929..81d7e46189b2 100644 --- a/sw/source/filter/html/htmltab.cxx +++ b/sw/source/filter/html/htmltab.cxx @@ -82,7 +82,7 @@ using namespace ::com::sun::star; -static HTMLOptionEnum __FAR_DATA aHTMLTblVAlignTable[] = +static HTMLOptionEnum aHTMLTblVAlignTable[] = { { OOO_STRING_SVTOOLS_HTML_VA_top, text::VertOrientation::NONE }, { OOO_STRING_SVTOOLS_HTML_VA_middle, text::VertOrientation::CENTER }, -- cgit