From a449e0d2425fdedc02fae793a925dd0702d70319 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Tue, 24 Jan 2017 10:26:23 +0200 Subject: use rtl::Reference in FastParser instead of storing both a raw pointer and a uno::Reference Change-Id: I6b67a6098a3ccdce7e29ee8d601c743897032eaf --- oox/source/docprop/ooxmldocpropimport.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'oox/source/docprop') diff --git a/oox/source/docprop/ooxmldocpropimport.cxx b/oox/source/docprop/ooxmldocpropimport.cxx index 1aa4c4a09ce8..2d78d30517e3 100644 --- a/oox/source/docprop/ooxmldocpropimport.cxx +++ b/oox/source/docprop/ooxmldocpropimport.cxx @@ -159,7 +159,7 @@ void SAL_CALL DocumentPropertiesImport::importProperties( if( aCoreStreams.getLength() > 1 ) throw IOException( "Unexpected core properties stream!" ); - ::oox::core::FastParser aParser( mxContext ); + ::oox::core::FastParser aParser; aParser.registerNamespace( NMSP_packageMetaCorePr ); aParser.registerNamespace( NMSP_dc ); aParser.registerNamespace( NMSP_dcTerms ); -- cgit