diff options
author | Caolán McNamara <caolanm@redhat.com> | 2016-10-05 15:57:25 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2016-10-05 16:02:59 +0100 |
commit | 306add13e1d9f70e1111acde8362aea6c169a97d (patch) | |
tree | 67660a864cbb3df6bdccf7b3591faa7135e0a4f0 /uui | |
parent | 36ca919da2e360fde7cc28230069eff488a85ac5 (diff) |
convert the last two lonely FixedInfos to FixedText
Change-Id: Ia6ed5f71931a6141efb3d5e5eb329149d6850342
Diffstat (limited to 'uui')
-rw-r--r-- | uui/source/logindlg.hxx | 1 | ||||
-rw-r--r-- | uui/source/masterpasscrtdlg.hxx | 1 | ||||
-rw-r--r-- | uui/source/masterpassworddlg.hxx | 1 | ||||
-rw-r--r-- | uui/source/passworddlg.hxx | 1 | ||||
-rw-r--r-- | uui/source/secmacrowarnings.cxx | 1 | ||||
-rw-r--r-- | uui/source/secmacrowarnings.hxx | 1 |
6 files changed, 1 insertions, 5 deletions
diff --git a/uui/source/logindlg.hxx b/uui/source/logindlg.hxx index ecef81e8dae5..01bd2d88dad4 100644 --- a/uui/source/logindlg.hxx +++ b/uui/source/logindlg.hxx @@ -20,7 +20,6 @@ #ifndef INCLUDED_UUI_SOURCE_LOGINDLG_HXX #define INCLUDED_UUI_SOURCE_LOGINDLG_HXX -#include <svtools/stdctrl.hxx> #include <vcl/button.hxx> #include <vcl/dialog.hxx> #include <vcl/edit.hxx> diff --git a/uui/source/masterpasscrtdlg.hxx b/uui/source/masterpasscrtdlg.hxx index 38efbcb0ac46..01931eb4f89f 100644 --- a/uui/source/masterpasscrtdlg.hxx +++ b/uui/source/masterpasscrtdlg.hxx @@ -21,7 +21,6 @@ #define INCLUDED_UUI_SOURCE_MASTERPASSCRTDLG_HXX #include <com/sun/star/task/PasswordRequestMode.hpp> -#include <svtools/stdctrl.hxx> #include <vcl/button.hxx> #include <vcl/dialog.hxx> #include <vcl/edit.hxx> diff --git a/uui/source/masterpassworddlg.hxx b/uui/source/masterpassworddlg.hxx index 7dcc81074612..525d588d7003 100644 --- a/uui/source/masterpassworddlg.hxx +++ b/uui/source/masterpassworddlg.hxx @@ -21,7 +21,6 @@ #define INCLUDED_UUI_SOURCE_MASTERPASSWORDDLG_HXX #include <com/sun/star/task/PasswordRequestMode.hpp> -#include <svtools/stdctrl.hxx> #include <vcl/button.hxx> #include <vcl/dialog.hxx> #include <vcl/edit.hxx> diff --git a/uui/source/passworddlg.hxx b/uui/source/passworddlg.hxx index 34627b9cfb64..dc63370832ff 100644 --- a/uui/source/passworddlg.hxx +++ b/uui/source/passworddlg.hxx @@ -21,7 +21,6 @@ #define INCLUDED_UUI_SOURCE_PASSWORDDLG_HXX #include <com/sun/star/task/PasswordRequestMode.hpp> -#include <svtools/stdctrl.hxx> #include <vcl/button.hxx> #include <vcl/dialog.hxx> #include <vcl/edit.hxx> diff --git a/uui/source/secmacrowarnings.cxx b/uui/source/secmacrowarnings.cxx index 17bbc161eb2d..cea5868c08d8 100644 --- a/uui/source/secmacrowarnings.cxx +++ b/uui/source/secmacrowarnings.cxx @@ -25,6 +25,7 @@ #include <comphelper/processfactory.hxx> #include <sal/macros.h> +#include <vcl/fixed.hxx> #include <vcl/msgbox.hxx> #include <com/sun/star/security/NoPasswordException.hpp> diff --git a/uui/source/secmacrowarnings.hxx b/uui/source/secmacrowarnings.hxx index fec9a519f55b..ea8ff82e9fbb 100644 --- a/uui/source/secmacrowarnings.hxx +++ b/uui/source/secmacrowarnings.hxx @@ -21,7 +21,6 @@ #define INCLUDED_UUI_SOURCE_SECMACROWARNINGS_HXX #include <vcl/dialog.hxx> -#include <svtools/stdctrl.hxx> #include <unotools/securityoptions.hxx> #include <vcl/button.hxx> |