summaryrefslogtreecommitdiff
path: root/sw/source/filter/xml/xmliteme.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/filter/xml/xmliteme.cxx')
-rw-r--r--sw/source/filter/xml/xmliteme.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/source/filter/xml/xmliteme.cxx b/sw/source/filter/xml/xmliteme.cxx
index eb3307f086b1..614ba83ea162 100644
--- a/sw/source/filter/xml/xmliteme.cxx
+++ b/sw/source/filter/xml/xmliteme.cxx
@@ -57,10 +57,10 @@ protected:
sal_uInt32 nAbsWidth;
- void AddAttribute( sal_uInt16 nPrefix, enum XMLTokenEnum eLName,
+ static void AddAttribute( sal_uInt16 nPrefix, enum XMLTokenEnum eLName,
const OUString& rValue,
const SvXMLNamespaceMap& rNamespaceMap,
- SvXMLAttributeList& rAttrList ) const;
+ SvXMLAttributeList& rAttrList );
public:
@@ -105,7 +105,7 @@ void SwXMLTableItemMapper_Impl::AddAttribute( sal_uInt16 nPrefix,
enum XMLTokenEnum eLName,
const OUString& rValue,
const SvXMLNamespaceMap& rNamespaceMap,
- SvXMLAttributeList& rAttrList ) const
+ SvXMLAttributeList& rAttrList )
{
OUString sName( rNamespaceMap.GetQNameByKey( nPrefix,
GetXMLToken(eLName) ) );