diff options
author | Noel Grandin <noel@peralex.com> | 2015-10-27 08:29:04 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2015-10-27 08:56:38 +0200 |
commit | c22ec49de497fd65b4dac901d6bc1f06d5a9a3c7 (patch) | |
tree | d411290345081775749ea3d799f0f7e7da59425e /dbaccess | |
parent | 14fc882e5c01e110d0fea7fb08489a0f0e98dbe6 (diff) |
inline SfxMediumRef typedef
Change-Id: Id6dc03a5957adf657d12db7941273593a9f7c10f
Diffstat (limited to 'dbaccess')
-rw-r--r-- | dbaccess/source/filter/xml/xmlfilter.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dbaccess/source/filter/xml/xmlfilter.cxx b/dbaccess/source/filter/xml/xmlfilter.cxx index 194349c9bdd3..14e2db16179d 100644 --- a/dbaccess/source/filter/xml/xmlfilter.cxx +++ b/dbaccess/source/filter/xml/xmlfilter.cxx @@ -295,7 +295,7 @@ bool ODBFilter::implImport( const Sequence< PropertyValue >& rDescriptor ) { uno::Reference<XComponent> xCom(GetModel(),UNO_QUERY); - SfxMediumRef pMedium(0); + tools::SvRef<SfxMedium> pMedium(0); if (!xStorage.is()) { OUString sStreamRelPath; |