diff options
author | Tor Lillqvist <tml@collabora.com> | 2019-02-25 11:04:12 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2019-02-25 11:04:42 +0200 |
commit | db03d555e857a9cfc82b8ec19dd56514361849f6 (patch) | |
tree | af3f2f6476cd3e8c0a523c4d4208e61eee57279a /vbahelper | |
parent | 167d4a9920b5858c3fc8cfb2a34b4f6dc5d5676a (diff) |
I did figure it out
Change-Id: Iabf2dd2daf9d079e7588a1175a2d1e763ccc1c64
Diffstat (limited to 'vbahelper')
-rw-r--r-- | vbahelper/source/vbahelper/vbadocumentsbase.cxx | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/vbahelper/source/vbahelper/vbadocumentsbase.cxx b/vbahelper/source/vbahelper/vbadocumentsbase.cxx index 78c28c8c5d8b..fc20c882f092 100644 --- a/vbahelper/source/vbahelper/vbadocumentsbase.cxx +++ b/vbahelper/source/vbahelper/vbadocumentsbase.cxx @@ -285,12 +285,6 @@ 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, |