summaryrefslogtreecommitdiff
path: root/include/xmloff/xmlexppr.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2016-08-29 14:15:26 +0200
committerNoel Grandin <noelgrandin@gmail.com>2016-08-30 12:48:10 +0000
commit4e8ff25ff73c0175fb51d11eb4ca7157a3789e97 (patch)
treed193f104a2e47013ba93186efbcb19abb2ec80e7 /include/xmloff/xmlexppr.hxx
parent88c80411cb01ea4c73c533ac9efa8cc3e98e6954 (diff)
loplugin:countusersofdefaultparams
Change-Id: I69f55593e6101906e0e97565f2cfc818852258dd Reviewed-on: https://gerrit.libreoffice.org/28486 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'include/xmloff/xmlexppr.hxx')
-rw-r--r--include/xmloff/xmlexppr.hxx10
1 files changed, 5 insertions, 5 deletions
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<XMLPropertySetMapper>& getPropertySetMapper() const;