diff options
author | Tamás Zolnai <tamas.zolnai@collabora.com> | 2017-08-16 22:02:53 +0200 |
---|---|---|
committer | Tamás Zolnai <tamas.zolnai@collabora.com> | 2017-08-18 00:04:29 +0200 |
commit | 79611a44fac472dfa5f0a01c051c314078f798b9 (patch) | |
tree | 7db7ec053f90cee683d12bb00be6e681c03297e0 /include | |
parent | 27b1e21913d8119ea27be05954156d15ca069e66 (diff) |
NdTopLeft is unused now.
Change-Id: I39184b8fdf666676c21560d39911f6204b0afd52
Reviewed-on: https://gerrit.libreoffice.org/41257
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/oox/export/vmlexport.hxx | 5 |
1 files changed, 1 insertions, 4 deletions
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); |