summaryrefslogtreecommitdiff
path: root/dbaccess/source/core/misc/warndlg.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'dbaccess/source/core/misc/warndlg.cxx')
-rw-r--r--dbaccess/source/core/misc/warndlg.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/dbaccess/source/core/misc/warndlg.cxx b/dbaccess/source/core/misc/warndlg.cxx
index e8446b6e7539..985c892eb9fa 100644
--- a/dbaccess/source/core/misc/warndlg.cxx
+++ b/dbaccess/source/core/misc/warndlg.cxx
@@ -13,8 +13,6 @@ namespace dbaccess
{
MigrationWarnDialog::MigrationWarnDialog(weld::Window* pParent)
: MessageDialogController(pParent, "TODOUIfile", "MigrationWarnDialog", "ask")
- , m_xOkBtn(m_xBuilder->weld_button("yes"))
- , m_xLaterBtn(m_xBuilder->weld_button("later"))
{
}
}