summaryrefslogtreecommitdiffstats
path: root/xmloff/source/style/xmlnumfe.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-08-11 08:43:02 +0200
committerNoel Grandin <noel@peralex.com>2015-08-11 09:48:18 +0200
commit05457f3bf8fdfef2e334515424a9d6151e02b244 (patch)
treec7c4e16102fd122f751b5d01d7fe8e64184ec9a7 /xmloff/source/style/xmlnumfe.cxx
parentloplugin: defaultparams (diff)
downloadcore-05457f3bf8fdfef2e334515424a9d6151e02b244.tar.gz
core-05457f3bf8fdfef2e334515424a9d6151e02b244.zip
loplugin: defaultparams
Change-Id: I7989a91d8d67a15d3fef13391c5dbf06233f75e9
Diffstat (limited to 'xmloff/source/style/xmlnumfe.cxx')
-rw-r--r--xmloff/source/style/xmlnumfe.cxx14
1 files changed, 7 insertions, 7 deletions
diff --git a/xmloff/source/style/xmlnumfe.cxx b/xmloff/source/style/xmlnumfe.cxx
index 535d136f3354..9730adb00076 100644
--- a/xmloff/source/style/xmlnumfe.cxx
+++ b/xmloff/source/style/xmlnumfe.cxx
@@ -925,7 +925,7 @@ static bool lcl_IsDefaultDateFormat( const SvNumberformat& rFormat, bool bSystem
short nLastType = 0;
while (!bEnd)
{
- short nElemType = rFormat.GetNumForType( 0, nPos, false );
+ short nElemType = rFormat.GetNumForType( 0, nPos );
switch ( nElemType )
{
case 0:
@@ -1190,8 +1190,8 @@ void SvXMLNumFmtExport::ExportPart_Impl( const SvNumberformat& rFormat, sal_uInt
bool bEnd = false;
while (!bEnd)
{
- short nElemType = rFormat.GetNumForType( nPart, nPos, false );
- const OUString* pElemStr = rFormat.GetNumForString( nPart, nPos, false );
+ short nElemType = rFormat.GetNumForType( nPart, nPos );
+ const OUString* pElemStr = rFormat.GetNumForString( nPart, nPos );
switch ( nElemType )
{
@@ -1260,8 +1260,8 @@ void SvXMLNumFmtExport::ExportPart_Impl( const SvNumberformat& rFormat, sal_uInt
bEnd = false;
while (!bEnd)
{
- short nElemType = rFormat.GetNumForType( nPart, nPos, false );
- const OUString* pElemStr = rFormat.GetNumForString( nPart, nPos, false );
+ short nElemType = rFormat.GetNumForType( nPart, nPos );
+ const OUString* pElemStr = rFormat.GetNumForString( nPart, nPos );
switch ( nElemType )
{
@@ -1308,8 +1308,8 @@ void SvXMLNumFmtExport::ExportPart_Impl( const SvNumberformat& rFormat, sal_uInt
bEnd = false;
while (!bEnd)
{
- short nElemType = rFormat.GetNumForType( nPart, nPos, false );
- const OUString* pElemStr = rFormat.GetNumForString( nPart, nPos, false );
+ short nElemType = rFormat.GetNumForType( nPart, nPos );
+ const OUString* pElemStr = rFormat.GetNumForString( nPart, nPos );
switch ( nElemType )
{