summaryrefslogtreecommitdiff
path: root/include/vcl/dialog.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2019-11-06 20:18:33 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2019-11-06 20:03:32 +0100
commitd81f90dda7100f48995a432b999c1ba76a51846a (patch)
treead977dfb775724995bc1b7f8920a080a2958b18f /include/vcl/dialog.hxx
parentc13ea2bd388ac41784db09fc5fcb51ac81900d20 (diff)
loplugin:unnecessaryvirtual
Change-Id: Ibffbd0f5d30ec14cace3638b2bb47c91a583711c Reviewed-on: https://gerrit.libreoffice.org/82171 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/vcl/dialog.hxx')
-rw-r--r--include/vcl/dialog.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/vcl/dialog.hxx b/include/vcl/dialog.hxx
index 275dd6c76b57..14c32a800291 100644
--- a/include/vcl/dialog.hxx
+++ b/include/vcl/dialog.hxx
@@ -112,7 +112,7 @@ public:
virtual bool Close() override;
- virtual short Execute();
+ short Execute();
bool IsInExecute() const { return mbInExecute; }
// Return true when dialog is synchronously executed (calling ::Execute())
bool IsInSyncExecute() const { return mbInSyncExecute; };
@@ -135,7 +135,7 @@ public:
}
/// Commence execution of a modal dialog, disposes owner on failure
- virtual bool StartExecuteAsync(VclAbstractDialog::AsyncContext &rCtx);
+ bool StartExecuteAsync(VclAbstractDialog::AsyncContext &rCtx);
// Dialog::Execute replacement API