summaryrefslogtreecommitdiff
path: root/xmloff/source/transform/MutableAttrList.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/source/transform/MutableAttrList.cxx')
-rw-r--r--xmloff/source/transform/MutableAttrList.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmloff/source/transform/MutableAttrList.cxx b/xmloff/source/transform/MutableAttrList.cxx
index e3fc5cdef820..dedb6edea8cf 100644
--- a/xmloff/source/transform/MutableAttrList.cxx
+++ b/xmloff/source/transform/MutableAttrList.cxx
@@ -49,7 +49,7 @@ XMLMutableAttributeList::XMLMutableAttributeList() :
}
XMLMutableAttributeList::XMLMutableAttributeList( const Reference<
- XAttributeList> & rAttrList, sal_Bool bClone ) :
+ XAttributeList> & rAttrList, bool bClone ) :
m_xAttrList( rAttrList.is() ? rAttrList : new SvXMLAttributeList ),
m_pMutableAttrList( 0 )
{