diff options
author | tono <tono@openoffice.org> | 2010-05-31 21:53:32 +0900 |
---|---|---|
committer | tono <tono@openoffice.org> | 2010-05-31 21:53:32 +0900 |
commit | 3655eab4df54f47e8821db8aed9b90fa7fab33bd (patch) | |
tree | 751b47dee94518530e96d1db7916f5403d71669f /sfx2 | |
parent | 08c5dbe4de29dfbdba96ce9a269d203154472bba (diff) |
i#111958: MinGW port enhancement: runtime-pseude-reloc-v2
Diffstat (limited to 'sfx2')
-rw-r--r-- | sfx2/source/bastyp/sfxhtml.cxx | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/sfx2/source/bastyp/sfxhtml.cxx b/sfx2/source/bastyp/sfxhtml.cxx index 6132e958b900..8a4b434f460b 100644 --- a/sfx2/source/bastyp/sfxhtml.cxx +++ b/sfx2/source/bastyp/sfxhtml.cxx @@ -62,11 +62,7 @@ sal_Char __FAR_DATA sHTML_MIME_application[] = "application/"; sal_Char __FAR_DATA sHTML_MIME_experimental[] = "x-"; // <INPUT TYPE=xxx> -#ifdef __MINGW32__ // for runtime pseudo reloc -static HTMLOptionEnum aAreaShapeOptEnums[] = -#else static HTMLOptionEnum __READONLY_DATA aAreaShapeOptEnums[] = -#endif { { OOO_STRING_SVTOOLS_HTML_SH_rect, IMAP_OBJ_RECTANGLE }, { OOO_STRING_SVTOOLS_HTML_SH_rectangle, IMAP_OBJ_RECTANGLE }, |