summaryrefslogtreecommitdiff
path: root/svgio/inc/svgcharacternode.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'svgio/inc/svgcharacternode.hxx')
-rw-r--r--svgio/inc/svgcharacternode.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svgio/inc/svgcharacternode.hxx b/svgio/inc/svgcharacternode.hxx
index 1025617e5c27..c06299904ba9 100644
--- a/svgio/inc/svgcharacternode.hxx
+++ b/svgio/inc/svgcharacternode.hxx
@@ -68,7 +68,7 @@ namespace svgio
/// TextLength content
const SvgNumber& getTextLength() const { return maTextLength; }
- void setTextLength(const SvgNumber& rTextLength = SvgNumber()) { maTextLength = rTextLength; }
+ void setTextLength(const SvgNumber& rTextLength) { maTextLength = rTextLength; }
/// LengthAdjust content
bool getLengthAdjust() const { return mbLengthAdjust; }