summaryrefslogtreecommitdiff
path: root/svx/source/items
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-08-11 08:42:40 +0200
committerNoel Grandin <noel@peralex.com>2015-08-11 09:48:18 +0200
commit3553a5d3a899954c4db09e264d8faf07e817e564 (patch)
tree15f5d78ebe53ed498536c2d518a4cc2ad195c072 /svx/source/items
parente624c13cf1732f42d2da212b1b96aa9de7dd66cf (diff)
loplugin: defaultparams
Change-Id: I513643385dc0a04b68c5cf4a5f43aa0804e572e6
Diffstat (limited to 'svx/source/items')
-rw-r--r--svx/source/items/chrtitem.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/items/chrtitem.cxx b/svx/source/items/chrtitem.cxx
index 7b1fb27dfb89..2a83482644a5 100644
--- a/svx/source/items/chrtitem.cxx
+++ b/svx/source/items/chrtitem.cxx
@@ -210,7 +210,7 @@ SvxDoubleItem::SvxDoubleItem(const SvxDoubleItem& rItem) :
OUString SvxDoubleItem::GetValueText() const
{
- return rtl::math::doubleToUString( fVal, rtl_math_StringFormat_E, 4, '.', false );
+ return rtl::math::doubleToUString( fVal, rtl_math_StringFormat_E, 4, '.' );
}