summaryrefslogtreecommitdiffstats
path: root/sc/source/filter/xml/xmlstyli.cxx
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@suse.cz>2012-07-05 12:58:09 +0200
committerMiklos Vajna <vmiklos@suse.cz>2012-07-05 12:58:48 +0200
commitb103aeb9de34ae790e6055ba49adcc9b679d7516 (patch)
tree5992400c443bc8b9c2e513c58ab9dcac7d9706be /sc/source/filter/xml/xmlstyli.cxx
parentremoved useless forward declarations of class (diff)
downloadcore-b103aeb9de34ae790e6055ba49adcc9b679d7516.tar.gz
core-b103aeb9de34ae790e6055ba49adcc9b679d7516.zip
sc: fix sc_subsequent_filters_test
Change-Id: I4dc88ff0d5e191b27b18f8ce3a9e9175fbd8c6ed
Diffstat (limited to 'sc/source/filter/xml/xmlstyli.cxx')
-rw-r--r--sc/source/filter/xml/xmlstyli.cxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/sc/source/filter/xml/xmlstyli.cxx b/sc/source/filter/xml/xmlstyli.cxx
index 460f642c93a8..9bf6de739330 100644
--- a/sc/source/filter/xml/xmlstyli.cxx
+++ b/sc/source/filter/xml/xmlstyli.cxx
@@ -987,7 +987,8 @@ SvXMLImportContext *ScMasterPageContext::CreateHeaderFooterContext(
const ::rtl::OUString& rLocalName,
const ::com::sun::star::uno::Reference< ::com::sun::star::xml::sax::XAttributeList > & xAttrList,
const sal_Bool bFooter,
- const sal_Bool bLeft )
+ const sal_Bool bLeft,
+ const sal_Bool /*bFirst*/ )
{
if (!bLeft)
{