summaryrefslogtreecommitdiff
path: root/sw/source/filter/html/htmltab.cxx
diff options
context:
space:
mode:
authorMichael Callahan <callahan@xmission.com>2010-12-06 10:36:22 +0000
committerMichael Meeks <michael.meeks@novell.com>2010-12-06 10:36:22 +0000
commitb76b4d9b64f09dd4941c48b245eaffcf6bfd056d (patch)
treed9c29fe576ff6f1d3e4b1a3fd8743f79308d1e33 /sw/source/filter/html/htmltab.cxx
parent28b420533905e506f3f2a6a6afd8671f301c9001 (diff)
remove obsolete __FAR_DATA
Diffstat (limited to 'sw/source/filter/html/htmltab.cxx')
-rw-r--r--sw/source/filter/html/htmltab.cxx2
1 files changed, 1 insertions, 1 deletions
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 },