summaryrefslogtreecommitdiffstats
path: root/lotuswordpro/source/filter/lwppiece.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2017-01-11 12:51:11 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-01-11 13:11:06 +0000
commit549efd7f82d9da621294d496e43420c95e9bf500 (patch)
tree2a9a7471afdbd987759057ad377835c8f084279a /lotuswordpro/source/filter/lwppiece.hxx
parentResolves: tdf#105209 CHF currency symbol is CHF instead of SFr. (diff)
downloadcore-549efd7f82d9da621294d496e43420c95e9bf500.tar.gz
core-549efd7f82d9da621294d496e43420c95e9bf500.zip
new loplugin: useuniqueptr: lotuswordpro
Change-Id: I1f9569cb5ca05faf12663b3df8508d10a8cd75e6 Reviewed-on: https://gerrit.libreoffice.org/32957 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'lotuswordpro/source/filter/lwppiece.hxx')
-rw-r--r--lotuswordpro/source/filter/lwppiece.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/lotuswordpro/source/filter/lwppiece.hxx b/lotuswordpro/source/filter/lwppiece.hxx
index ee172ffe95fb..8c24fb40a13d 100644
--- a/lotuswordpro/source/filter/lwppiece.hxx
+++ b/lotuswordpro/source/filter/lwppiece.hxx
@@ -87,7 +87,7 @@ public:
{
LwpDLVList::Read();
if( m_pOverride )
- m_pOverride->Read(m_pObjStrm);
+ m_pOverride->Read(m_pObjStrm.get());
}
LwpOverride* GetOverride()