diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2022-12-13 12:05:45 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2022-12-23 14:19:50 +0000 |
commit | d5e0c2c8db71878d21c2a7255af08cf5f9a6dd04 (patch) | |
tree | c7c6020e094b76a9f2d9e0c8b114526a2dabd7d9 /sfx2/Library_sfx.mk | |
parent | c0c4519e0d5b555f59bbc04cc616454edfd1f4ce (diff) |
loplugin:unocast (sfx2::DigitalSignatures)
(See the upcoming commit introducing that loplugin:unocast on why such
dynamic_casts from UNO types are dangerous.)
Change-Id: I74c76452cf7921da55462581ef48aea86f58ea18
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/144763
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'sfx2/Library_sfx.mk')
-rw-r--r-- | sfx2/Library_sfx.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sfx2/Library_sfx.mk b/sfx2/Library_sfx.mk index 7b1dee935ff3..0c1f654d4a1e 100644 --- a/sfx2/Library_sfx.mk +++ b/sfx2/Library_sfx.mk @@ -213,6 +213,7 @@ $(eval $(call gb_Library_add_exception_objects,sfx,\ sfx2/source/doc/QuerySaveDocument \ sfx2/source/doc/SfxDocumentMetaData \ sfx2/source/doc/autoredactdialog \ + sfx2/source/doc/digitalsignatures \ sfx2/source/doc/docfac \ sfx2/source/doc/docfile \ sfx2/source/doc/docfilt \ |