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.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/oox/vml/vmltextboxcontext.hxx b/include/oox/vml/vmltextboxcontext.hxx
index 801cccb13a3d..c31ddf6c5029 100644
--- a/include/oox/vml/vmltextboxcontext.hxx
+++ b/include/oox/vml/vmltextboxcontext.hxx
@@ -39,9 +39,9 @@ class TextPortionContext : public ::oox::core::ContextHandler2
{
public:
explicit TextPortionContext(
- ::oox::core::ContextHandler2Helper& rParent,
+ ::oox::core::ContextHandler2Helper const & rParent,
TextBox& rTextBox,
- TextParagraphModel& rParagraph,
+ TextParagraphModel const & rParagraph,
const TextFontModel& rParentFont,
sal_Int32 nElement,
const AttributeList& rAttribs );
@@ -64,7 +64,7 @@ class TextBoxContext : public ::oox::core::ContextHandler2
{
public:
explicit TextBoxContext(
- ::oox::core::ContextHandler2Helper& rParent,
+ ::oox::core::ContextHandler2Helper const & rParent,
TextBox& rTextBox,
const AttributeList& rAttribs,
const GraphicHelper& graphicHelper );