summaryrefslogtreecommitdiff
path: root/writerfilter
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2017-09-19 13:50:10 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-09-20 08:42:30 +0200
commit1c0cbc87f23f228f66dc22428cddd7e395c1119a (patch)
treee3598ec2f0c57852634f8e6a8e7bb52f16043451 /writerfilter
parent107524b99f087af9bea02e2d4e61a04a8c3ecbe0 (diff)
unused m_xStorage in RTFDocumentImpl
ever since introduction in commit 328d154015f8cb733ed62d793bbbc31eb4cc971b Date: Fri Jun 10 18:56:08 2011 +0200 resolvePict: import the stream as a graphic object Change-Id: Ife03094d721621cc592be9cd94899a4e40550330
Diffstat (limited to 'writerfilter')
-rw-r--r--writerfilter/source/rtftok/rtfdocumentimpl.cxx2
-rw-r--r--writerfilter/source/rtftok/rtfdocumentimpl.hxx1
2 files changed, 1 insertions, 2 deletions
diff --git a/writerfilter/source/rtftok/rtfdocumentimpl.cxx b/writerfilter/source/rtftok/rtfdocumentimpl.cxx
index f9afa8acfe44..59ea16061a84 100644
--- a/writerfilter/source/rtftok/rtfdocumentimpl.cxx
+++ b/writerfilter/source/rtftok/rtfdocumentimpl.cxx
@@ -301,7 +301,7 @@ RTFDocumentImpl::RTFDocumentImpl(uno::Reference<uno::XComponentContext> const& x
if (xDocumentPropertiesSupplier.is())
m_xDocumentProperties.set(xDocumentPropertiesSupplier->getDocumentProperties(), uno::UNO_QUERY);
- m_pGraphicHelper.reset(new oox::GraphicHelper(m_xContext, xFrame, m_xStorage));
+ m_pGraphicHelper.reset(new oox::GraphicHelper(m_xContext, xFrame, oox::StorageRef()));
m_pTokenizer.reset(new RTFTokenizer(*this, m_pInStream.get(), m_xStatusIndicator));
m_pSdrImport.reset(new RTFSdrImport(*this, m_xDstDoc));
diff --git a/writerfilter/source/rtftok/rtfdocumentimpl.hxx b/writerfilter/source/rtftok/rtfdocumentimpl.hxx
index c2834268499e..8756e5fd071c 100644
--- a/writerfilter/source/rtftok/rtfdocumentimpl.hxx
+++ b/writerfilter/source/rtftok/rtfdocumentimpl.hxx
@@ -551,7 +551,6 @@ private:
/// The settings table sprms.
RTFSprms m_aSettingsTableSprms;
- oox::StorageRef m_xStorage;
std::shared_ptr<oox::GraphicHelper> m_pGraphicHelper;
/// cell props buffer for nested tables, reset by \nestrow