diff options
Diffstat (limited to 'svtools/source/dialogs')
-rw-r--r-- | svtools/source/dialogs/addresstemplate.cxx | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/svtools/source/dialogs/addresstemplate.cxx b/svtools/source/dialogs/addresstemplate.cxx index 708a4efbea4c..a443516cd4ef 100644 --- a/svtools/source/dialogs/addresstemplate.cxx +++ b/svtools/source/dialogs/addresstemplate.cxx @@ -26,10 +26,8 @@ #include <comphelper/interaction.hxx> #include <comphelper/string.hxx> #include <unotools/configitem.hxx> -#include <vcl/fixed.hxx> -#include <vcl/layout.hxx> -#include <vcl/lstbox.hxx> #include <vcl/stdtext.hxx> +#include <vcl/svapp.hxx> #include <vcl/waitobj.hxx> #include <vcl/settings.hxx> #include <vcl/weld.hxx> |