Sprinkle some staticness to avoid duplicate symbols when DISABLE_DYNLOADING
Change-Id: I9c5203400904902238c1f9a8f01338fdcf2904d8
This commit is contained in:
committed by
Tor Lillqvist
parent
c672b1f43c
commit
fed4ca185b
@@ -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 },
|
||||||
|
Reference in New Issue
Block a user