summaryrefslogtreecommitdiff
path: root/svgio/inc/svglinenode.hxx
diff options
context:
space:
mode:
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; }