summaryrefslogtreecommitdiffstats
path: root/filter/source/svg/svgwriter.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'filter/source/svg/svgwriter.hxx')
-rw-r--r--filter/source/svg/svgwriter.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/filter/source/svg/svgwriter.hxx b/filter/source/svg/svgwriter.hxx
index f6ea72fd539c..f0271ed4090b 100644
--- a/filter/source/svg/svgwriter.hxx
+++ b/filter/source/svg/svgwriter.hxx
@@ -265,7 +265,7 @@ class SVGTextWriter final
bool nextParagraph();
bool nextTextPortion();
- bool isTextShapeStarted() { return mbIsTextShapeStarted; }
+ bool isTextShapeStarted() const { return mbIsTextShapeStarted; }
void startTextShape();
void endTextShape();
void startTextParagraph();