From 79611a44fac472dfa5f0a01c051c314078f798b9 Mon Sep 17 00:00:00 2001 From: Tamás Zolnai Date: Wed, 16 Aug 2017 22:02:53 +0200 Subject: NdTopLeft is unused now. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I39184b8fdf666676c21560d39911f6204b0afd52 Reviewed-on: https://gerrit.libreoffice.org/41257 Tested-by: Jenkins Reviewed-by: Tamás Zolnai --- include/oox/export/vmlexport.hxx | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'include') diff --git a/include/oox/export/vmlexport.hxx b/include/oox/export/vmlexport.hxx index c259db30cf06..c098ace13cb7 100644 --- a/include/oox/export/vmlexport.hxx +++ b/include/oox/export/vmlexport.hxx @@ -84,9 +84,6 @@ class OOX_DLLPUBLIC VMLExport : public EscherEx sal_Int16 m_eHOri, m_eVOri, m_eHRel, m_eVRel; bool m_bInline; // css::text::TextContentAnchorType_AS_CHARACTER - /// Parent position. - const Point* m_pNdTopLeft; - /// The object we're exporting. const SdrObject* m_pSdrObject; @@ -128,7 +125,7 @@ public: /// Call this when you need to export the object as VML. OString AddSdrObject( const SdrObject& rObj, sal_Int16 eHOri = -1, sal_Int16 eVOri = -1, sal_Int16 eHRel = -1, - sal_Int16 eVRel = -1, const Point* pNdTopLeft = nullptr, const bool bOOxmlExport = false ); + sal_Int16 eVRel = -1, const bool bOOxmlExport = false ); OString AddInlineSdrObject( const SdrObject& rObj, const bool bOOxmlExport = false ); virtual void AddSdrObjectVMLObject( const SdrObject& rObj) override; static bool IsWaterMarkShape(const OUString& rStr); -- cgit