summaryrefslogtreecommitdiff
path: root/include/oox/vml/vmltextboxcontext.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/oox/vml/vmltextboxcontext.hxx')
-rw-r--r--include/oox/vml/vmltextboxcontext.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/oox/vml/vmltextboxcontext.hxx b/include/oox/vml/vmltextboxcontext.hxx
index c31ddf6c5029..f40eae2676df 100644
--- a/include/oox/vml/vmltextboxcontext.hxx
+++ b/include/oox/vml/vmltextboxcontext.hxx
@@ -54,9 +54,9 @@ public:
private:
TextBox& mrTextBox;
- TextParagraphModel maParagraph;
+ TextParagraphModel const maParagraph;
TextFontModel maFont;
- size_t mnInitialPortions;
+ size_t const mnInitialPortions;
};