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 7a37577c71ad..8c3fad709ac0 100644
--- a/include/oox/vml/vmltextbox.hxx
+++ b/include/oox/vml/vmltextbox.hxx
@@ -68,9 +68,9 @@ struct OOX_DLLPUBLIC TextFontModel
/** A text portion in a textbox with the same formatting for all characters. */
struct TextPortionModel
{
- TextParagraphModel const maParagraph;
+ TextParagraphModel maParagraph;
TextFontModel maFont;
- OUString const maText;
+ OUString maText;
explicit TextPortionModel( const TextParagraphModel& rParagraph, const TextFontModel& rFont, const OUString& rText );
};