Kaydet (Commit) 0b3a9188 authored tarafından Zolnai Tamás's avatar Zolnai Tamás

Remove obsolete comment

Change-Id: I0cc592b245871187dd41e85be8c86e6e7878181b
üst 994fc8fa
...@@ -87,7 +87,6 @@ bool KmzDae2Gltf(const OUString& rSourceURL, OUString& o_rOutput) ...@@ -87,7 +87,6 @@ bool KmzDae2Gltf(const OUString& rSourceURL, OUString& o_rOutput)
asset->setBundleOutputPath(OUStringToOString( sOutput, RTL_TEXTENCODING_UTF8 ).getStr()); asset->setBundleOutputPath(OUStringToOString( sOutput, RTL_TEXTENCODING_UTF8 ).getStr());
// If *.dae file is not in the local file system, then copy it to a temp folder for the conversion // If *.dae file is not in the local file system, then copy it to a temp folder for the conversion
// KMZ covnerter need a temp folder in all case, because it creates temp files next to the source file
OUString sInput = rSourceURL; OUString sInput = rSourceURL;
const INetURLObject aSourceURLObj(rSourceURL); const INetURLObject aSourceURLObj(rSourceURL);
if( aSourceURLObj.GetProtocol() != INET_PROT_FILE ) if( aSourceURLObj.GetProtocol() != INET_PROT_FILE )
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment