diff options
author | Caolán McNamara <caolanm@redhat.com> | 2018-02-26 13:28:48 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2018-02-27 09:52:32 +0000 |
commit | 0fad8d308122a862aa49dece498d56a418df2afe (patch) | |
tree | e67e7df1f9d315648535f436b424c9941dea589e /svtools | |
parent | f3a4129ed5946e2b8661dc8df23e00c4b6c6ecc8 (diff) |
convert remaining WarningBox to weld::MessageDialog
Change-Id: I7e3c156a6ad47ac232636ae274280c1cb7556d4a
Diffstat (limited to 'svtools')
-rw-r--r-- | svtools/inc/pch/precompiled_svt.hxx | 1 | ||||
-rw-r--r-- | svtools/source/config/test/test.cxx | 1 | ||||
-rw-r--r-- | svtools/source/dialogs/PlaceEditDialog.cxx | 1 | ||||
-rw-r--r-- | svtools/source/dialogs/addresstemplate.cxx | 1 | ||||
-rw-r--r-- | svtools/source/dialogs/wizardmachine.cxx | 1 | ||||
-rw-r--r-- | svtools/source/filter/exportdialog.cxx | 1 | ||||
-rw-r--r-- | svtools/source/filter/exportdialog.hxx | 1 | ||||
-rw-r--r-- | svtools/source/uno/genericunodialog.cxx | 2 | ||||
-rw-r--r-- | svtools/source/uno/wizard/wizardshell.cxx | 3 |
9 files changed, 1 insertions, 11 deletions
diff --git a/svtools/inc/pch/precompiled_svt.hxx b/svtools/inc/pch/precompiled_svt.hxx index bf6068638065..16029ba95cfa 100644 --- a/svtools/inc/pch/precompiled_svt.hxx +++ b/svtools/inc/pch/precompiled_svt.hxx @@ -133,7 +133,6 @@ #include <vcl/menu.hxx> #include <vcl/metaact.hxx> #include <vcl/metric.hxx> -#include <vcl/msgbox.hxx> #include <vcl/notebookbar.hxx> #include <vcl/outdev.hxx> #include <vcl/salnativewidgets.hxx> diff --git a/svtools/source/config/test/test.cxx b/svtools/source/config/test/test.cxx index 85e5437af107..d4a7335770c7 100644 --- a/svtools/source/config/test/test.cxx +++ b/svtools/source/config/test/test.cxx @@ -43,7 +43,6 @@ #include <vcl/event.hxx> #include <vcl/svapp.hxx> #include <vcl/wrkwin.hxx> -#include <vcl/msgbox.hxx> using namespace ::osl ; using namespace ::comphelper ; diff --git a/svtools/source/dialogs/PlaceEditDialog.cxx b/svtools/source/dialogs/PlaceEditDialog.cxx index a8a09a739485..23eeaa21809b 100644 --- a/svtools/source/dialogs/PlaceEditDialog.cxx +++ b/svtools/source/dialogs/PlaceEditDialog.cxx @@ -14,7 +14,6 @@ #include <officecfg/Office/Common.hxx> #include <svtools/svtresid.hxx> #include <svtools/strings.hrc> -#include <vcl/msgbox.hxx> using namespace com::sun::star::uno; diff --git a/svtools/source/dialogs/addresstemplate.cxx b/svtools/source/dialogs/addresstemplate.cxx index c526c7744935..1dbb503bd506 100644 --- a/svtools/source/dialogs/addresstemplate.cxx +++ b/svtools/source/dialogs/addresstemplate.cxx @@ -28,7 +28,6 @@ #include <comphelper/string.hxx> #include <vcl/stdtext.hxx> #include <vcl/waitobj.hxx> -#include <vcl/msgbox.hxx> #include <vcl/settings.hxx> #include <vcl/weld.hxx> #include <toolkit/helper/vclunohelper.hxx> diff --git a/svtools/source/dialogs/wizardmachine.cxx b/svtools/source/dialogs/wizardmachine.cxx index b559d58e9e3e..ae5bdac443d3 100644 --- a/svtools/source/dialogs/wizardmachine.cxx +++ b/svtools/source/dialogs/wizardmachine.cxx @@ -21,7 +21,6 @@ #include <svtools/helpids.h> #include <tools/debug.hxx> #include <tools/diagnose_ex.h> -#include <vcl/msgbox.hxx> #include <svtools/svtresid.hxx> #include <svtools/strings.hrc> diff --git a/svtools/source/filter/exportdialog.cxx b/svtools/source/filter/exportdialog.cxx index 931e4008dd27..8cc0ee5fb7f8 100644 --- a/svtools/source/filter/exportdialog.cxx +++ b/svtools/source/filter/exportdialog.cxx @@ -35,7 +35,6 @@ #include <com/sun/star/io/XStream.hpp> #include <com/sun/star/view/XSelectionSupplier.hpp> #include <unotools/streamwrap.hxx> -#include <vcl/msgbox.hxx> #include <vcl/svapp.hxx> #include <vcl/outdev.hxx> #include <vcl/graph.hxx> diff --git a/svtools/source/filter/exportdialog.hxx b/svtools/source/filter/exportdialog.hxx index ad41a4d8b125..59119350e7a3 100644 --- a/svtools/source/filter/exportdialog.hxx +++ b/svtools/source/filter/exportdialog.hxx @@ -28,7 +28,6 @@ #include <vcl/field.hxx> #include <vcl/layout.hxx> #include <vcl/lstbox.hxx> -#include <vcl/msgbox.hxx> #include <vcl/slider.hxx> #include <com/sun/star/document/XExporter.hpp> #include <com/sun/star/drawing/XShape.hpp> diff --git a/svtools/source/uno/genericunodialog.cxx b/svtools/source/uno/genericunodialog.cxx index 94578e4cbe03..f6446e76ec62 100644 --- a/svtools/source/uno/genericunodialog.cxx +++ b/svtools/source/uno/genericunodialog.cxx @@ -30,8 +30,8 @@ #include <comphelper/property.hxx> #include <osl/diagnose.h> #include <tools/diagnose_ex.h> -#include <vcl/msgbox.hxx> #include <osl/mutex.hxx> +#include <vcl/dialog.hxx> #include <vcl/svapp.hxx> using namespace ::comphelper; diff --git a/svtools/source/uno/wizard/wizardshell.cxx b/svtools/source/uno/wizard/wizardshell.cxx index 0fe2faa4a903..4fa05361a3e9 100644 --- a/svtools/source/uno/wizard/wizardshell.cxx +++ b/svtools/source/uno/wizard/wizardshell.cxx @@ -25,9 +25,6 @@ #include <com/sun/star/ui/dialogs/WizardTravelType.hpp> -#include <vcl/msgbox.hxx> - - namespace svt { namespace uno { |