diff options
author | Caolán McNamara <caolanm@redhat.com> | 2015-01-27 09:28:14 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2015-01-27 10:46:43 +0000 |
commit | 199cec3af070a59fd8e4bc550e9819e3949c2d08 (patch) | |
tree | c4e9a934643a8bc50f082aa2ba6efde01892573b /xmlscript | |
parent | 41146013ad088e6539335454edffc0a394a1d24f (diff) |
remove spurious xDocStorage temp
Change-Id: Ia47394bcd4d39fca5096413ca7e0fbffbc3d7ac6
Diffstat (limited to 'xmlscript')
-rw-r--r-- | xmlscript/source/xmldlg_imexp/xmldlg_impmodels.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/xmlscript/source/xmldlg_imexp/xmldlg_impmodels.cxx b/xmlscript/source/xmldlg_imexp/xmldlg_impmodels.cxx index 30ceb9045887..c1e8a3927eb4 100644 --- a/xmlscript/source/xmldlg_imexp/xmldlg_impmodels.cxx +++ b/xmlscript/source/xmldlg_imexp/xmldlg_impmodels.cxx @@ -911,8 +911,6 @@ void ImageControlElement::endElement() ctx.importDefaults( _nBasePosX, _nBasePosY, _xAttributes ); ctx.importBooleanProperty( "ScaleImage", "scale-image", _xAttributes ); ctx.importImageScaleModeProperty( "ScaleMode" , "scale-mode" , _xAttributes ); - Reference< document::XStorageBasedDocument > xDocStorage( _pImport->getDocOwner(), UNO_QUERY ); - ctx.importImageURLProperty( "ImageURL" , "src" , _xAttributes ); ctx.importBooleanProperty( "Tabstop", "tabstop", _xAttributes ); ctx.importEvents( _events ); |