summaryrefslogtreecommitdiff
path: root/oox/source/docprop
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2017-01-24 10:26:23 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-01-24 10:26:23 +0200
commita449e0d2425fdedc02fae793a925dd0702d70319 (patch)
tree35edbc1ad66cc14fd0b936bb1220f5f1bfc9e979 /oox/source/docprop
parentb1211e965aa7883b0c3fc157f6c56b48c8bb0462 (diff)
use rtl::Reference in FastParser
instead of storing both a raw pointer and a uno::Reference Change-Id: I6b67a6098a3ccdce7e29ee8d601c743897032eaf
Diffstat (limited to 'oox/source/docprop')
-rw-r--r--oox/source/docprop/ooxmldocpropimport.cxx2
1 files changed, 1 insertions, 1 deletions
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 );