summaryrefslogtreecommitdiff
path: root/svgio/inc/svglinenode.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/svglinenode.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/svglinenode.hxx')
-rw-r--r--svgio/inc/svglinenode.hxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/svgio/inc/svglinenode.hxx b/svgio/inc/svglinenode.hxx
index 8fc05449d3f8..5f595888ea27 100644
--- a/svgio/inc/svglinenode.hxx
+++ b/svgio/inc/svglinenode.hxx
@@ -52,19 +52,15 @@ namespace svgio
/// X1 content, set if found in current context
const SvgNumber& getX1() const { return maX1; }
- void setX1(const SvgNumber& rX1) { maX1 = rX1; }
/// Y1 content, set if found in current context
const SvgNumber& getY1() const { return maY1; }
- void setY1(const SvgNumber& rY1) { maY1 = rY1; }
/// X2 content, set if found in current context
const SvgNumber& getX2() const { return maX2; }
- void setX2(const SvgNumber& rX2) { maX2 = rX2; }
/// Y2 content, set if found in current context
const SvgNumber& getY2() const { return maY2; }
- void setY2(const SvgNumber& rY2) { maY2 = rY2; }
/// transform content, set if found in current context
const basegfx::B2DHomMatrix* getTransform() const { return mpaTransform; }