Kaydet (Commit) fed4ca18 authored tarafından Tor Lillqvist's avatar Tor Lillqvist Kaydeden (comit) Tor Lillqvist

Sprinkle some staticness to avoid duplicate symbols when DISABLE_DYNLOADING

Change-Id: I9c5203400904902238c1f9a8f01338fdcf2904d8
üst c672b1f4
...@@ -82,14 +82,14 @@ const SvXMLTokenMapEntry* lcl_getBGImgAttributesAttrTokenMap() ...@@ -82,14 +82,14 @@ const SvXMLTokenMapEntry* lcl_getBGImgAttributesAttrTokenMap()
SvXMLEnumMapEntry psXML_BrushHoriPos[] = static SvXMLEnumMapEntry psXML_BrushHoriPos[] =
{ {
{ XML_LEFT, GraphicLocation_LEFT_MIDDLE }, { XML_LEFT, GraphicLocation_LEFT_MIDDLE },
{ XML_RIGHT, GraphicLocation_RIGHT_MIDDLE }, { XML_RIGHT, GraphicLocation_RIGHT_MIDDLE },
{ XML_TOKEN_INVALID, 0 } { XML_TOKEN_INVALID, 0 }
}; };
SvXMLEnumMapEntry psXML_BrushVertPos[] = static SvXMLEnumMapEntry psXML_BrushVertPos[] =
{ {
{ XML_TOP, GraphicLocation_MIDDLE_TOP }, { XML_TOP, GraphicLocation_MIDDLE_TOP },
{ XML_BOTTOM, GraphicLocation_MIDDLE_BOTTOM }, { XML_BOTTOM, GraphicLocation_MIDDLE_BOTTOM },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment