summaryrefslogtreecommitdiff
path: root/svgio/inc/svgtextpathnode.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'svgio/inc/svgtextpathnode.hxx')
-rw-r--r--svgio/inc/svgtextpathnode.hxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/svgio/inc/svgtextpathnode.hxx b/svgio/inc/svgtextpathnode.hxx
index 42fd09676332..39876511ec99 100644
--- a/svgio/inc/svgtextpathnode.hxx
+++ b/svgio/inc/svgtextpathnode.hxx
@@ -60,7 +60,6 @@ namespace svgio
/// StartOffset content
const SvgNumber& getStartOffset() const { return maStartOffset; }
- void setStartOffset(const SvgNumber& rStartOffset) { maStartOffset = rStartOffset; }
/// Method content
void setMethod(bool bNew) { mbMethod = bNew; }