diff --git a/dbaccess/source/core/inc/warndlg.hxx b/dbaccess/source/core/inc/warndlg.hxx deleted file mode 100644 index 3e0935bd732c882c08fee8d49a7acf92afba1a4b..0000000000000000000000000000000000000000 --- 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 - -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 985c892eb9fa1837eb0e8de42b0e02e166f05bc1..0000000000000000000000000000000000000000 --- 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 - -namespace dbaccess -{ -MigrationWarnDialog::MigrationWarnDialog(weld::Window* pParent) - : MessageDialogController(pParent, "TODOUIfile", "MigrationWarnDialog", "ask") -{ -} -} - -/* vim:set shiftwidth=4 softtabstop=4 expandtab: */