summaryrefslogtreecommitdiff
path: root/toolkit/inc/helper
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2019-11-07 09:44:31 +0000
committerCaolán McNamara <caolanm@redhat.com>2019-11-07 13:09:12 +0100
commitc379aeec499af0c4960e8415fe91002b713c7a15 (patch)
tree163933723acc86a94455fe82f46f818a60493225 /toolkit/inc/helper
parentf9b10e54d139388df44e63501be5f209f8f3302f (diff)
ButtonDialog is only inherited from
Change-Id: Icc827ba76432e6ed454acf12dc18c83c6908487b Reviewed-on: https://gerrit.libreoffice.org/82197 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'toolkit/inc/helper')
-rw-r--r--toolkit/inc/helper/btndlg.hxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/toolkit/inc/helper/btndlg.hxx b/toolkit/inc/helper/btndlg.hxx
index 011f8761abb1..46e6e9197004 100644
--- a/toolkit/inc/helper/btndlg.hxx
+++ b/toolkit/inc/helper/btndlg.hxx
@@ -49,7 +49,6 @@ namespace o3tl
class ButtonDialog : public Dialog
{
public:
- ButtonDialog( vcl::Window* pParent, WinBits nStyle );
virtual ~ButtonDialog() override;
virtual void dispose() override;