summaryrefslogtreecommitdiff
path: root/desktop
diff options
context:
space:
mode:
authorMike Kaganski <mike.kaganski@collabora.com>2017-04-06 10:02:33 +0300
committerMike Kaganski <mike.kaganski@collabora.com>2017-04-06 11:25:43 +0000
commit0c547776340c3983a867890b34f4a931215f8f52 (patch)
treed804f442f02098eb421b95689b991ffadb8def53 /desktop
parentf747390b4f79d88dcccec8aa5e25d3444aac9a23 (diff)
tdf#106359: register .iqy in MSI and treat them as templates
Change-Id: I7ae94c7717fbea03d96c539e05eeb565bafefd9f Reviewed-on: https://gerrit.libreoffice.org/36188 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
Diffstat (limited to 'desktop')
-rw-r--r--desktop/source/app/cmdlineargs.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/desktop/source/app/cmdlineargs.cxx b/desktop/source/app/cmdlineargs.cxx
index 938bff6d004d..579ea99f6199 100644
--- a/desktop/source/app/cmdlineargs.cxx
+++ b/desktop/source/app/cmdlineargs.cxx
@@ -242,6 +242,7 @@ CommandLineEvent CheckWebQuery(/* in,out */ OUString& arg, CommandLineEvent curE
xInput->closeInput();
arg = OUString::createFromAscii(aResult.getStr());
+ return CommandLineEvent::ForceNew;
}
catch (...)
{