diff options
author | Noel Grandin <noel@peralex.com> | 2015-07-15 13:52:08 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2015-07-15 13:52:08 +0200 |
commit | d0090009711cd323678e44323706faf72cba6b7d (patch) | |
tree | 29e1269439f224fccb45d88923ba81de34014475 /xmloff | |
parent | b303f274ab385887bd1e57c6a4e608c8d075b551 (diff) |
fix Android build
I removed the method in commit
a62129aa632c2d574a6560efc19f9de84aed1670
"loplugin:unusedmethods xmloff"
Change-Id: I0e543b4b9b572f843f68023396d9344c455c2bc1
Diffstat (limited to 'xmloff')
-rw-r--r-- | xmloff/source/draw/ximpshap.hxx | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/xmloff/source/draw/ximpshap.hxx b/xmloff/source/draw/ximpshap.hxx index 08cc0ff6496f..f42c05d16b65 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 |