Kaydet (Commit) 58ce8be9 authored tarafından Tor Lillqvist's avatar Tor Lillqvist

Add a FIXME note

Change-Id: Iedda7ca9cff1bda763845e665e0e21656b253793
üst 6ead817b
......@@ -285,6 +285,12 @@ uno::Any VbaDocumentsBase::openDocument( const OUString& rFileName, const uno::A
}
}
// FIXME: Should we add an AsTemplate property with value false
// here, to be absolutely sure it doesn't (for some mysterious
// reason) open the document as a template (as happens for a .rtf
// file at a customer)? Nah, let's see first if I can figure out
// what the mysterious reason is...
uno::Reference< lang::XComponent > xComponent = xDesktop->loadComponentFromURL( aURL,
"_default" ,
frame::FrameSearchFlag::CREATE,
......
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