diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2022-12-01 14:58:10 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2022-12-22 15:05:22 +0000 |
commit | feb8b833a6245d42400f42a0bc789dc84594ee6f (patch) | |
tree | 1eefe8ccde04f2ae15b617c379b52bcc886c6eb6 /toolkit/inc | |
parent | 37ca1154f392dd9eefad8250509652b845434793 (diff) |
loplugin:unocast (VCLXDialog)
(See the upcoming commit introducing that loplugin:unocast on why such
dynamic_casts from UNO types are dangerous.)
Change-Id: Ia3bf3f52845884e68094b966ad3bd49ad82688a8
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/144749
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'toolkit/inc')
-rw-r--r-- | toolkit/inc/awt/vclxwindows.hxx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/toolkit/inc/awt/vclxwindows.hxx b/toolkit/inc/awt/vclxwindows.hxx index 821418638492..983bcff726b4 100644 --- a/toolkit/inc/awt/vclxwindows.hxx +++ b/toolkit/inc/awt/vclxwindows.hxx @@ -121,6 +121,9 @@ public: VCLXDialog(); virtual ~VCLXDialog() override; + sal_Int64 SAL_CALL getSomething(css::uno::Sequence<sal_Int8> const & aIdentifier) override; + static css::uno::Sequence<sal_Int8> const & getUnoTunnelId(); + // css::awt::XDialog2 virtual void SAL_CALL endDialog( ::sal_Int32 Result ) override; virtual void SAL_CALL setHelpId( const OUString& Id ) override; |