diff options
author | Francois Tigeot <ftigeot@wolfpond.org> | 2011-07-01 07:30:39 +0200 |
---|---|---|
committer | Francois Tigeot <ftigeot@wolfpond.org> | 2011-07-01 07:30:51 +0200 |
commit | dde72ab2a22fc23b8524a3eeb88f17b9426d1713 (patch) | |
tree | 885ef0986e48af2074edba737527e48221f3f42a /uui | |
parent | f3e275a2123c6356951a294051d0be230c178851 (diff) |
Do not include filedlg.hxx when not necessary
Diffstat (limited to 'uui')
-rw-r--r-- | uui/source/masterpasscrtdlg.cxx | 1 | ||||
-rw-r--r-- | uui/source/masterpassworddlg.cxx | 1 | ||||
-rw-r--r-- | uui/source/passworddlg.cxx | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/uui/source/masterpasscrtdlg.cxx b/uui/source/masterpasscrtdlg.cxx index 82557cb5c7f8..8a1a040c78a6 100644 --- a/uui/source/masterpasscrtdlg.cxx +++ b/uui/source/masterpasscrtdlg.cxx @@ -27,7 +27,6 @@ ************************************************************************/ #include <sal/macros.h> -#include <svtools/filedlg.hxx> #include <vcl/msgbox.hxx> #include <ids.hrc> diff --git a/uui/source/masterpassworddlg.cxx b/uui/source/masterpassworddlg.cxx index dda109993cc4..e36e978c2613 100644 --- a/uui/source/masterpassworddlg.cxx +++ b/uui/source/masterpassworddlg.cxx @@ -26,7 +26,6 @@ * ************************************************************************/ -#include <svtools/filedlg.hxx> #include <vcl/msgbox.hxx> #include <ids.hrc> diff --git a/uui/source/passworddlg.cxx b/uui/source/passworddlg.cxx index 43202c47e65f..908666c686dd 100644 --- a/uui/source/passworddlg.cxx +++ b/uui/source/passworddlg.cxx @@ -30,7 +30,6 @@ #include "passworddlg.hrc" #include "ids.hrc" -#include <svtools/filedlg.hxx> #include <vcl/msgbox.hxx> |