summaryrefslogtreecommitdiff
path: root/include/xmloff/xmlnume.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/xmlnume.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/xmlnume.hxx')
-rw-r--r--include/xmloff/xmlnume.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/xmloff/xmlnume.hxx b/include/xmloff/xmlnume.hxx
index e343865494dc..9fe84190e0d4 100644
--- a/include/xmloff/xmlnume.hxx
+++ b/include/xmloff/xmlnume.hxx
@@ -52,7 +52,7 @@ class XMLOFF_DLLPUBLIC SvxXMLNumRuleExport
SAL_DLLPRIVATE void exportLevelStyle(
sal_Int32 nLevel,
const css::uno::Sequence< css::beans::PropertyValue>& rProps,
- bool bOutline=false );
+ bool bOutline );
protected:
@@ -76,7 +76,7 @@ public:
void exportStyles( bool bUsed,
XMLTextListAutoStylePool *pPool,
- bool bExportChapterNumbering = true );
+ bool bExportChapterNumbering );
void exportNumberingRule(
const OUString& rName, bool bIsHidden,
const css::uno::Reference< css::container::XIndexReplace > & xNumRule );