summaryrefslogtreecommitdiff
path: root/svgio/inc/svggradientstopnode.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2016-08-05 12:03:30 +0200
committerNoel Grandin <noelgrandin@gmail.com>2016-08-05 11:56:06 +0000
commita40278562557828634886924c82f58e215be9756 (patch)
treecab700911bbcfbf280d962cbcac433e2892a337b /svgio/inc/svggradientstopnode.hxx
parentb4e12269e813338afc895986fbc4f2703cedd016 (diff)
loplugin:countusersofdefaultparams in sfx2..svgio
Change-Id: Ia01f3a9aa21c88df5fe5242ad4a3c0acbe68fda0 Reviewed-on: https://gerrit.libreoffice.org/27903 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'svgio/inc/svggradientstopnode.hxx')
-rw-r--r--svgio/inc/svggradientstopnode.hxx2
1 files changed, 1 insertions, 1 deletions
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