summaryrefslogtreecommitdiffstats
path: root/include/xmloff/styleexp.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/styleexp.hxx
parentloplugin:implicitboolconversion (diff)
downloadcore-4e8ff25ff73c0175fb51d11eb4ca7157a3789e97.tar.gz
core-4e8ff25ff73c0175fb51d11eb4ca7157a3789e97.zip
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/styleexp.hxx')
-rw-r--r--include/xmloff/styleexp.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/xmloff/styleexp.hxx b/include/xmloff/styleexp.hxx
index 1f4cb92995c8..0e89d4880ea5 100644
--- a/include/xmloff/styleexp.hxx
+++ b/include/xmloff/styleexp.hxx
@@ -75,7 +75,7 @@ protected:
const OUString& rXMLFamily,
const rtl::Reference < SvXMLExportPropertyMapper >& rPropMapper,
const css::uno::Reference< css::container::XNameAccess > & xStyles,
- const OUString* pPrefix = nullptr );
+ const OUString* pPrefix );
virtual void exportStyleAttributes(
const css::uno::Reference< css::style::XStyle > & rStyle );
@@ -109,13 +109,13 @@ public:
void exportStyleFamily(
const OUString& rFamily, const OUString& rXMLFamily,
const rtl::Reference < SvXMLExportPropertyMapper >& rPropMapper,
- bool bUsed, sal_uInt16 nFamily = 0,
+ bool bUsed, sal_uInt16 nFamily,
const OUString* pPrefix = nullptr);
void exportStyleFamily(
const sal_Char *pFamily, const OUString& rXMLFamily,
const rtl::Reference < SvXMLExportPropertyMapper >& rPropMapper,
- bool bUsed, sal_uInt16 nFamily = 0,
+ bool bUsed, sal_uInt16 nFamily,
const OUString* pPrefix = nullptr);
};