summaryrefslogtreecommitdiff
path: root/dbaccess/source/core
diff options
context:
space:
mode:
Diffstat (limited to 'dbaccess/source/core')
-rw-r--r--dbaccess/source/core/inc/warndlg.hxx25
-rw-r--r--dbaccess/source/core/misc/warndlg.cxx20
2 files changed, 0 insertions, 45 deletions
diff --git a/dbaccess/source/core/inc/warndlg.hxx b/dbaccess/source/core/inc/warndlg.hxx
deleted file mode 100644
index 3e0935bd732c..000000000000
--- a/dbaccess/source/core/inc/warndlg.hxx
+++ /dev/null
@@ -1,25 +0,0 @@
-/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
-/*
- * This file is part of the LibreOffice project.
- *
- * This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/.
- */
-#ifndef INCLUDED_DBACCESS_SOURCE_CORE_INC_WARNDLG_HXX
-#define INCLUDED_DBACCESS_SOURCE_CORE_INC_WARNDLG_HXX
-
-#include <vcl/weld.hxx>
-
-namespace dbaccess
-{
-class MigrationWarnDialog : public weld::MessageDialogController
-{
-public:
- MigrationWarnDialog(weld::Window* pParent);
-};
-}
-
-#endif // INCLUDED_DBACCESS_SOURCE_CORE_INC_WARNDLG_HXX
-
-/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/dbaccess/source/core/misc/warndlg.cxx b/dbaccess/source/core/misc/warndlg.cxx
deleted file mode 100644
index 985c892eb9fa..000000000000
--- a/dbaccess/source/core/misc/warndlg.cxx
+++ /dev/null
@@ -1,20 +0,0 @@
-/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
-/*
- * This file is part of the LibreOffice project.
- *
- * This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/.
- */
-
-#include <warndlg.hxx>
-
-namespace dbaccess
-{
-MigrationWarnDialog::MigrationWarnDialog(weld::Window* pParent)
- : MessageDialogController(pParent, "TODOUIfile", "MigrationWarnDialog", "ask")
-{
-}
-}
-
-/* vim:set shiftwidth=4 softtabstop=4 expandtab: */