INTEGRATION: CWS mingwport03 (1.25.50); FILE MERGED
2006/11/07 14:33:29 vg 1.25.50.2: RESYNC: (1.25-1.28); FILE MERGED 2006/09/07 10:36:14 vg 1.25.50.1: #i53572# MinGW port
This commit is contained in:
parent
d85ae9869f
commit
e3e6565057
1 changed files with 6 additions and 2 deletions
|
@ -4,9 +4,9 @@
|
|||
*
|
||||
* $RCSfile: HtmlReader.cxx,v $
|
||||
*
|
||||
* $Revision: 1.28 $
|
||||
* $Revision: 1.29 $
|
||||
*
|
||||
* last change: $Author: ihi $ $Date: 2006-10-18 13:31:57 $
|
||||
* last change: $Author: vg $ $Date: 2007-03-26 14:07:09 $
|
||||
*
|
||||
* The Contents of this file are made available subject to
|
||||
* the terms of GNU Lesser General Public License Version 2.1.
|
||||
|
@ -175,7 +175,11 @@ using namespace ::com::sun::star::awt;
|
|||
|
||||
const HTMLOptionEnum* getOptions()
|
||||
{
|
||||
#ifdef __MINGW32__ // for runtime pseudo reloc
|
||||
static HTMLOptionEnum aHTMLMetaNameTable[] =
|
||||
#else
|
||||
static HTMLOptionEnum __READONLY_DATA aHTMLMetaNameTable[] =
|
||||
#endif
|
||||
{
|
||||
{ sHTML_META_author, HTML_META_AUTHOR },
|
||||
{ sHTML_META_changed, HTML_META_CHANGED },
|
||||
|
|
Loading…
Reference in a new issue