summaryrefslogtreecommitdiff
path: root/include/avmedia
diff options
context:
space:
mode:
authorZolnai Tamás <tamas.zolnai@collabora.com>2014-06-13 00:20:36 +0200
committerZolnai Tamás <tamas.zolnai@collabora.com>2014-06-13 00:20:36 +0200
commit573ced4087f46788a8596fb89c657d3427be4bf8 (patch)
treece7a91cf214fc441f3cf21d045b325bdcfceac33 /include/avmedia
parentca3a1e1c6bc8ef25d717566a093c73e07fe6461c (diff)
Extract kmz and collada converter code to a seperate function
Plus fix some problems related to temp files. e.g. kmz converter was creating temp files next to the input file. Change-Id: Ib3f367fe1c4ef3cb25f5ca1c3d06b2dde78c5e45
Diffstat (limited to 'include/avmedia')
-rw-r--r--include/avmedia/modeltools.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/avmedia/modeltools.hxx b/include/avmedia/modeltools.hxx
index f9c346036b20..2435e0297b21 100644
--- a/include/avmedia/modeltools.hxx
+++ b/include/avmedia/modeltools.hxx
@@ -16,6 +16,8 @@
namespace avmedia {
+bool KmzDae2Gltf(const OUString& rSourceURL, OUString& o_rOutput);
+
bool AVMEDIA_DLLPUBLIC Embed3DModel(
const ::com::sun::star::uno::Reference< ::com::sun::star::frame::XModel>& xModel,
const OUString& rSourceURL, OUString& o_rEmbeddedURL);