summaryrefslogtreecommitdiff
path: root/include/oox/vml/vmltextbox.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/oox/vml/vmltextbox.hxx')
-rw-r--r--include/oox/vml/vmltextbox.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/oox/vml/vmltextbox.hxx b/include/oox/vml/vmltextbox.hxx
index 8b32713c1dae..e361d1b7040c 100644
--- a/include/oox/vml/vmltextbox.hxx
+++ b/include/oox/vml/vmltextbox.hxx
@@ -67,9 +67,9 @@ struct OOX_DLLPUBLIC TextFontModel
/** A text portion in a textbox with the same formatting for all characters. */
struct TextPortionModel
{
- TextParagraphModel maParagraph;
+ TextParagraphModel const maParagraph;
TextFontModel maFont;
- OUString maText;
+ OUString const maText;
explicit TextPortionModel( const TextParagraphModel& rParagraph, const TextFontModel& rFont, const OUString& rText );
};