diff options
author | Henry Castro <hcastro@collabora.com> | 2022-10-27 18:11:08 -0400 |
---|---|---|
committer | Gökay ŞATIR <gokaysatir@collabora.com> | 2022-10-31 13:29:39 +0100 |
commit | f43a5ec28d36422c105da3d640bf94ad9c8a2ba6 (patch) | |
tree | c0d86e75d583d93cbeab8dd21885050c608c15f1 /include/unotools/mediadescriptor.hxx | |
parent | 291783343073bb726ea0292ee6f0fa0cc09abc5b (diff) |
lok: fix convert-to batch mode, quiet interaction
If it is a batch mode to convert *.csv to *.ods,
use the quiet interaction to avoid unwanted filter dialogs.
Signed-off-by: Henry Castro <hcastro@collabora.com>
Change-Id: I4ef82c1079888ae099084072c146b5db4cc0f2a0
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/141950
Tested-by: Jenkins
Reviewed-by: Ashod Nakashian <ash@collabora.com>
Diffstat (limited to 'include/unotools/mediadescriptor.hxx')
-rw-r--r-- | include/unotools/mediadescriptor.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/unotools/mediadescriptor.hxx b/include/unotools/mediadescriptor.hxx index 92728fa51972..8b4f9365acf9 100644 --- a/include/unotools/mediadescriptor.hxx +++ b/include/unotools/mediadescriptor.hxx @@ -86,6 +86,7 @@ class UNOTOOLS_DLLPUBLIC MediaDescriptor : public comphelper::SequenceAsHashMap static constexpr OUStringLiteral PROP_REFERRER = u"Referer"; static constexpr OUStringLiteral PROP_REPLACEABLE = u"Replaceable"; static constexpr OUStringLiteral PROP_SALVAGEDFILE = u"SalvagedFile"; + static constexpr OUStringLiteral PROP_SILENT = u"Silent"; static constexpr OUStringLiteral PROP_STATUSINDICATOR = u"StatusIndicator"; static constexpr OUStringLiteral PROP_STREAM = u"Stream"; static constexpr OUStringLiteral PROP_STREAMFOROUTPUT = u"StreamForOutput"; |