[Libreoffice-commits] core.git: xmloff/source

Noel Grandin noel at peralex.com
Wed Jul 15 04:53:32 PDT 2015


 xmloff/source/draw/ximpshap.hxx |    4 ++++
 1 file changed, 4 insertions(+)

New commits:
commit d0090009711cd323678e44323706faf72cba6b7d
Author: Noel Grandin <noel at peralex.com>
Date:   Wed Jul 15 13:52:08 2015 +0200

    fix Android build
    
    I removed the method in commit
    a62129aa632c2d574a6560efc19f9de84aed1670
    "loplugin:unusedmethods xmloff"
    
    Change-Id: I0e543b4b9b572f843f68023396d9344c455c2bc1

diff --git a/xmloff/source/draw/ximpshap.hxx b/xmloff/source/draw/ximpshap.hxx
index 08cc0ff..f42c05d 100644
--- a/xmloff/source/draw/ximpshap.hxx
+++ b/xmloff/source/draw/ximpshap.hxx
@@ -530,6 +530,10 @@ public:
 
     // this is called from the parent group for each unparsed attribute in the attribute list
     virtual void processAttribute( sal_uInt16 nPrefix, const OUString& rLocalName, const OUString& rValue ) SAL_OVERRIDE;
+
+#if !HAVE_FEATURE_GLTF
+    const OUString& getMimeType() const { return maMimeType; }
+#endif
 };
 
 // draw:floating-frame


More information about the Libreoffice-commits mailing list