summaryrefslogtreecommitdiff
path: root/xmloff/source/draw/ximpshap.hxx
diff options
context:
space:
mode:
authorZolnai Tamás <tamas.zolnai@collabora.com>2014-06-16 12:59:19 +0200
committerZolnai Tamás <tamas.zolnai@collabora.com>2014-06-16 12:59:19 +0200
commit4d8c4e7fe3e9b0ec6e14b5475a29d119e2023065 (patch)
tree7cd73eaaf291ec1d945b5f9e0da20916b861b6f3 /xmloff/source/draw/ximpshap.hxx
parent9ee69cbd6f1143160aa96001462b933770cc6b76 (diff)
glTF import/export: fallback must be the second one inside the frame
The previous solution was good because older LO versions import the fallback image without changing their code, but it came out it does not fit to ODF standard so export fallback image as the second object after the glTF model. Change-Id: Ib9b2044b1f36b32d980cb79f6dac8dcf94d6209b
Diffstat (limited to 'xmloff/source/draw/ximpshap.hxx')
-rw-r--r--xmloff/source/draw/ximpshap.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/xmloff/source/draw/ximpshap.hxx b/xmloff/source/draw/ximpshap.hxx
index 4f987af9a545..ff4ae6a81661 100644
--- a/xmloff/source/draw/ximpshap.hxx
+++ b/xmloff/source/draw/ximpshap.hxx
@@ -530,6 +530,8 @@ 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;
+
+ const OUString& getMimeType() const { return maMimeType; }
};
// draw:floating-frame