summaryrefslogtreecommitdiff
path: root/xmloff/source/style/XMLBackgroundImageContext.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/source/style/XMLBackgroundImageContext.cxx')
-rw-r--r--xmloff/source/style/XMLBackgroundImageContext.cxx5
1 files changed, 4 insertions, 1 deletions
diff --git a/xmloff/source/style/XMLBackgroundImageContext.cxx b/xmloff/source/style/XMLBackgroundImageContext.cxx
index d8f84b1d9840..4f3bd37d8a21 100644
--- a/xmloff/source/style/XMLBackgroundImageContext.cxx
+++ b/xmloff/source/style/XMLBackgroundImageContext.cxx
@@ -1,3 +1,4 @@
+/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -61,7 +62,7 @@ enum SvXMLTokenMapAttrs
};
const SvXMLTokenMapEntry* lcl_getBGImgAttributesAttrTokenMap()
{
- static __FAR_DATA SvXMLTokenMapEntry aBGImgAttributesAttrTokenMap[] =
+ static SvXMLTokenMapEntry aBGImgAttributesAttrTokenMap[] =
{
{ XML_NAMESPACE_XLINK, XML_HREF, XML_TOK_BGIMG_HREF },
{ XML_NAMESPACE_XLINK, XML_TYPE, XML_TOK_BGIMG_TYPE },
@@ -412,3 +413,5 @@ void XMLBackgroundImageContext::EndElement()
if( -1 != aTransparencyProp.mnIndex )
rProperties.push_back( aTransparencyProp );
}
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */