From 4e8ff25ff73c0175fb51d11eb4ca7157a3789e97 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Mon, 29 Aug 2016 14:15:26 +0200 Subject: loplugin:countusersofdefaultparams Change-Id: I69f55593e6101906e0e97565f2cfc818852258dd Reviewed-on: https://gerrit.libreoffice.org/28486 Tested-by: Jenkins Reviewed-by: Noel Grandin --- include/xmloff/xmlexppr.hxx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'include/xmloff/xmlexppr.hxx') diff --git a/include/xmloff/xmlexppr.hxx b/include/xmloff/xmlexppr.hxx index 0df386996248..7ad68bb981f4 100644 --- a/include/xmloff/xmlexppr.hxx +++ b/include/xmloff/xmlexppr.hxx @@ -88,7 +88,7 @@ protected: const SvXMLUnitConverter& rUnitConverter, const SvXMLNamespaceMap& rNamespaceMap, SvXmlExportFlags nFlags, - const ::std::vector< XMLPropertyState > *pProperties = nullptr, + const ::std::vector< XMLPropertyState > *pProperties, sal_uInt32 nIdx = 0 ) const; void exportElementItems( @@ -133,7 +133,7 @@ public: void exportXML( SvXMLExport& rExport, const ::std::vector< XMLPropertyState >& rProperties, - SvXmlExportFlags nFlags = SvXmlExportFlags::NONE, + SvXmlExportFlags nFlags, bool bUseExtensionNamespaceForGraphicProperties = false ) const; /** like above but only properties whose property map index is within the @@ -145,7 +145,7 @@ public: SvXMLExport& rExport, const ::std::vector< XMLPropertyState >& rProperties, sal_Int32 nPropMapStartIdx, sal_Int32 nPropMapEndIdx, - SvXmlExportFlags nFlags = SvXmlExportFlags::NONE, bool bExtensionNamespace = false ) const; + SvXmlExportFlags nFlags, bool bExtensionNamespace = false ) const; /** this method is called for every item that has the MID_FLAG_ELEMENT_EXPORT flag set */ @@ -153,7 +153,7 @@ public: SvXMLExport& rExport, const XMLPropertyState& rProperty, SvXmlExportFlags nFlags, - const ::std::vector< XMLPropertyState > *pProperties = nullptr, + const ::std::vector< XMLPropertyState > *pProperties, sal_uInt32 nIdx = 0 ) const; /** this method is called for every item that has the @@ -163,7 +163,7 @@ public: const XMLPropertyState& rProperty, const SvXMLUnitConverter& rUnitConverter, const SvXMLNamespaceMap& rNamespaceMap, - const ::std::vector< XMLPropertyState > *pProperties = nullptr, + const ::std::vector< XMLPropertyState > *pProperties, sal_uInt32 nIdx = 0 ) const; const rtl::Reference& getPropertySetMapper() const; -- cgit