Kaydet (Commit) b103aeb9 authored tarafından Miklos Vajna's avatar Miklos Vajna

sc: fix sc_subsequent_filters_test

Change-Id: I4dc88ff0d5e191b27b18f8ce3a9e9175fbd8c6ed
üst eecb5ac9
......@@ -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)
{
......
......@@ -296,7 +296,8 @@ public:
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 );
virtual void Finish( sal_Bool bOverwrite );
};
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment