summaryrefslogtreecommitdiff
path: root/svgio/inc/svgcirclenode.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2016-10-19 12:21:42 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2016-10-20 06:14:11 +0000
commit58072c5a7f409cd500ecdc4e81a8f536aa3dda59 (patch)
tree124ea6233c190f9d820b35f79663a585963c2538 /svgio/inc/svgcirclenode.hxx
parent40fc2c1a0d2ebdf47131651045107c9d5abb850d (diff)
loplugin:expandablemethodds in svgio
Change-Id: Iac2aa6dae56d96819589d198be5875ecfe14f26f Reviewed-on: https://gerrit.libreoffice.org/30056 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'svgio/inc/svgcirclenode.hxx')
-rw-r--r--svgio/inc/svgcirclenode.hxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/svgio/inc/svgcirclenode.hxx b/svgio/inc/svgcirclenode.hxx
index edb0523d69d8..cd19de4927f8 100644
--- a/svgio/inc/svgcirclenode.hxx
+++ b/svgio/inc/svgcirclenode.hxx
@@ -51,15 +51,12 @@ namespace svgio
/// Cx content, set if found in current context
const SvgNumber& getCx() const { return maCx; }
- void setCx(const SvgNumber& rCx) { maCx = rCx; }
/// Cy content, set if found in current context
const SvgNumber& getCy() const { return maCy; }
- void setCy(const SvgNumber& rCy) { maCy = rCy; }
/// R content, set if found in current context
const SvgNumber& getR() const { return maR; }
- void setR(const SvgNumber& rR) { maR = rR; }
/// transform content, set if found in current context
const basegfx::B2DHomMatrix* getTransform() const { return mpaTransform; }