summaryrefslogtreecommitdiff
path: root/include
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:33:44 +0200
commit31f386caa16413c7751855d491b4421441bfd758 (patch)
tree2c8657f914f8dffe604ff07dd2f25d50b038dbf4 /include
parenta25a461b213450d797bfeed1fc4d4169841e35bd (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 (cherry picked from commit 573ced4087f46788a8596fb89c657d3427be4bf8)
Diffstat (limited to 'include')
-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 3de866dd7f52..ed2de44cf64b 100644
--- a/include/avmedia/modeltools.hxx
+++ b/include/avmedia/modeltools.hxx
@@ -13,6 +13,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);