summaryrefslogtreecommitdiff
path: root/oox/source/drawingml/textliststylecontext.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'oox/source/drawingml/textliststylecontext.cxx')
-rw-r--r--oox/source/drawingml/textliststylecontext.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/oox/source/drawingml/textliststylecontext.cxx b/oox/source/drawingml/textliststylecontext.cxx
index e7d3ea9f4f88..3a7bf9f1ccbf 100644
--- a/oox/source/drawingml/textliststylecontext.cxx
+++ b/oox/source/drawingml/textliststylecontext.cxx
@@ -30,7 +30,7 @@ using namespace ::com::sun::star::xml::sax;
namespace oox { namespace drawingml {
// CT_TextListStyle
-TextListStyleContext::TextListStyleContext( ContextHandler2Helper& rParent, TextListStyle& rTextListStyle )
+TextListStyleContext::TextListStyleContext( ContextHandler2Helper const & rParent, TextListStyle& rTextListStyle )
: ContextHandler2( rParent )
, mrTextListStyle( rTextListStyle )
{