summaryrefslogtreecommitdiffstats
path: root/svgio/inc/svgtextpathnode.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'svgio/inc/svgtextpathnode.hxx')
-rw-r--r--svgio/inc/svgtextpathnode.hxx9
1 files changed, 0 insertions, 9 deletions
diff --git a/svgio/inc/svgtextpathnode.hxx b/svgio/inc/svgtextpathnode.hxx
index 39876511ec99..a0aa9b05270b 100644
--- a/svgio/inc/svgtextpathnode.hxx
+++ b/svgio/inc/svgtextpathnode.hxx
@@ -41,9 +41,6 @@ namespace svgio
/// variable scan values, dependent of given XAttributeList
SvgNumber maStartOffset;
- bool mbMethod : 1; // true = align, false = stretch
- bool mbSpacing : 1; // true = auto, false = exact
-
public:
SvgTextPathNode(
SvgDocument& rDocument,
@@ -60,12 +57,6 @@ namespace svgio
/// StartOffset content
const SvgNumber& getStartOffset() const { return maStartOffset; }
-
- /// Method content
- void setMethod(bool bNew) { mbMethod = bNew; }
-
- /// Spacing content
- void setSpacing(bool bNew) { mbSpacing = bNew; }
};
} // end of namespace svgreader
} // end of namespace svgio