summaryrefslogtreecommitdiff
path: root/include/unotools/cmdoptions.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/unotools/cmdoptions.hxx')
-rw-r--r--include/unotools/cmdoptions.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/unotools/cmdoptions.hxx b/include/unotools/cmdoptions.hxx
index a12b9e33aff1..3b5e36e9efd3 100644
--- a/include/unotools/cmdoptions.hxx
+++ b/include/unotools/cmdoptions.hxx
@@ -60,7 +60,7 @@ class SAL_WARN_UNUSED UNOTOOLS_DLLPUBLIC SvtCommandOptions : public utl::detail:
};
SvtCommandOptions();
- virtual ~SvtCommandOptions();
+ virtual ~SvtCommandOptions() override;
/*-****************************************************************************************************
@short return complete specified list
71f'>loplugin:unusedmethods unused return value in include/ooxNoel Grandin Change-Id: I22acb6b94774c5944d8276827c53a419f0803f83 2015-09-28remove outputLength variable when calculating encryption verifierTomaž Vajngerl Change-Id: I144957b64ba2b693db61c17e42b08014124f8c99 2015-05-29loplugin:loopvartoosmallNoel Grandin Change-Id: Icbe68b31d4ab04ca3cd9f572e3598413946a75c7 2014-12-19remove operator>> and operator<< methodsNoel Grandin in favour of ReadXXX/WriteXXX methods Change-Id: I849fd10c689fb9834ae9974e430dc337adc68755 2014-12-12remove operator>> and operator<< methodsNoel Grandin in favour of ReadXXX/WriteXXX methods Change-Id: I69eebee3a8ce5b40301db7940a1d85915c0bf6f4 2014-06-25remove whitespacesMarkus Mohrhard Change-Id: Ie14ba3dcb97f20479a04538748ef2c1c9e6c5dac 2014-06-17improve the inlinesimplememberfunctions clang pluginNoel Grandin Change-Id: I6d5a952901648e01904ef5c37f953c517304d31e 2014-03-23oox: add Digest class which uses NSS or OpenSSL for digest calc.Tomaž Vajngerl Document encryption and decryption uses either NSS or OpenSSL to calculate digest. Digest class hides the implementation details between the two implementations. Previously, functions sha1 and sha512 were used for this, but were less generic. Change-Id: I60119e2ab9c5c1f4a2b02bc417c3c89c53a63fda 2014-02-10coverity#1079288 Uninitialized scalar fieldCaolán McNamara Change-Id: I0fb9e547b73b563725eb8014f68224706df3c39d 2014-01-01workaround rather maddening endian-specific template bustageCaolán McNamara Change-Id: I69dc97c93ef5efe8d71074ac3eca06a3bbc45253 2013-09-15Save should encrypt OOXML document if it was loaded encrypted.Tomaž Vajngerl Currently Agile encryption is not supported, so all documents loaded with "agile" encryption will be encrypted with "standard" encryption when they are saved afterwards. Change-Id: Id0477f43c00ed70032ca6b3390eebb1105d5ffa7 2013-08-24fdo#35422 Support to open encrypted Office 2010 and 2013 formatsTomaž Vajngerl Additionally encryption and decryption has been refactored. 2 engines have been added: AgileEngine and Standard2007Engine, which contain core functions for encryption and decryption. Standard2007Engine refers to encryption and decryption as used in Office 2007 and AgileEngine refers to encryption and decryption as used in Office 2010 and 2013. AgileEngine does not yet support encryption. Change-Id: Ica1d4d5a109fb204012b92a0c39325fe0b99b793