summaryrefslogtreecommitdiff
path: root/include/editeng/svxrtf.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2017-07-26 08:29:30 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-07-26 11:15:52 +0200
commit4ed70b89aa89ff407775ede83521e9cd377159a0 (patch)
treee643060ea58d685702b2b9d03206dac0c5425287 /include/editeng/svxrtf.hxx
parent88dfd1ed710ee2b4b606f18ff5c3f34f626ec394 (diff)
loplugin:unusedfields
Change-Id: I21e538b8e9c7a5f0fb233019efac37a3555e3c93 Reviewed-on: https://gerrit.libreoffice.org/40438 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/editeng/svxrtf.hxx')
-rw-r--r--include/editeng/svxrtf.hxx6
1 files changed, 1 insertions, 5 deletions
diff --git a/include/editeng/svxrtf.hxx b/include/editeng/svxrtf.hxx
index e2c05b6dbcae..f33b3dc0e3a8 100644
--- a/include/editeng/svxrtf.hxx
+++ b/include/editeng/svxrtf.hxx
@@ -187,13 +187,11 @@ class EDITENG_DLLPUBLIC SvxRTFParser : public SvRTFParser
RTFPlainAttrMapIds aPlainMap;
RTFPardAttrMapIds aPardMap;
std::vector<sal_uInt16> aWhichMap;
- OUString sBaseURL;
EditPosition* pInsPos;
SfxItemPool* pAttrPool;
Color* pDfltColor;
vcl::Font* pDfltFont;
- css::uno::Reference< css::document::XDocumentProperties> m_xDocProps;
SfxItemSet *pRTFDefaults;
int nDfltFont;
@@ -273,9 +271,7 @@ protected:
// if no-one would like to have any twips
virtual void CalcValue();
- SvxRTFParser( SfxItemPool& rAttrPool,
- SvStream& rIn,
- css::uno::Reference< css::document::XDocumentProperties> const & i_xDocProps );
+ SvxRTFParser( SfxItemPool& rAttrPool, SvStream& rIn );
virtual ~SvxRTFParser() override;
void SetNewDoc( bool bFlag ) { bNewDoc = bFlag; }