diff options
author | Noel Grandin <noel@peralex.com> | 2015-08-04 08:06:50 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2015-08-04 08:55:57 +0200 |
commit | f17f89aadc5e88880df0c852289e2fa5b04254ba (patch) | |
tree | 13e85b793019f5c4eab1e2282a94a20b896bd769 /sw | |
parent | 50097a8bb2be903d8a985f6f03f364567bf4643d (diff) |
include: inline some use-once typedefs
Change-Id: I064e95c72e5f67178cf2875f457adac241cee529
Diffstat (limited to 'sw')
-rw-r--r-- | sw/source/filter/html/swhtml.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/filter/html/swhtml.cxx b/sw/source/filter/html/swhtml.cxx index 9d338a727ee9..f8f0fb756e8f 100644 --- a/sw/source/filter/html/swhtml.cxx +++ b/sw/source/filter/html/swhtml.cxx @@ -211,7 +211,7 @@ sal_uLong HTMLReader::Read( SwDoc &rDoc, const OUString& rBaseURL, SwPaM &rPam, // damit keiner das Doc klaut! rDoc.acquire(); sal_uLong nRet = 0; - SvParserRef xParser = new SwHTMLParser( &rDoc, rPam, *pStrm, + tools::SvRef<SvParser> xParser = new SwHTMLParser( &rDoc, rPam, *pStrm, rName, rBaseURL, !bInsertMode, pMedium, IsReadUTF8(), bIgnoreHTMLComments ); |