From a40278562557828634886924c82f58e215be9756 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Fri, 5 Aug 2016 12:03:30 +0200 Subject: loplugin:countusersofdefaultparams in sfx2..svgio Change-Id: Ia01f3a9aa21c88df5fe5242ad4a3c0acbe68fda0 Reviewed-on: https://gerrit.libreoffice.org/27903 Reviewed-by: Noel Grandin Tested-by: Noel Grandin --- svgio/inc/svggradientstopnode.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'svgio/inc/svggradientstopnode.hxx') diff --git a/svgio/inc/svggradientstopnode.hxx b/svgio/inc/svggradientstopnode.hxx index d25898e96c06..1804f10c3016 100644 --- a/svgio/inc/svggradientstopnode.hxx +++ b/svgio/inc/svggradientstopnode.hxx @@ -47,7 +47,7 @@ namespace svgio /// offset content const SvgNumber& getOffset() const { return maOffset; } - void setOffset(const SvgNumber& rOffset = SvgNumber()) { maOffset = rOffset; } + void setOffset(const SvgNumber& rOffset) { maOffset = rOffset; } }; } // end of namespace svgreader } // end of namespace svgio -- cgit