From 2301e37201c7ea85cb802fac22400685e4752b71 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Mon, 23 Oct 2017 22:28:38 +0200 Subject: loplugin:includeform: uui Change-Id: I36108c7c5ad2dd99ca3a0c71cbe6dd1e38dc66ba --- uui/source/alreadyopen.cxx | 2 +- uui/source/filechanged.cxx | 2 +- uui/source/fltdlg.cxx | 2 +- uui/source/iahndl-authentication.cxx | 2 +- uui/source/iahndl-errorhandler.cxx | 4 ++-- uui/source/iahndl-ioexceptions.cxx | 2 +- uui/source/iahndl-locking.cxx | 2 +- uui/source/iahndl-ssl.cxx | 4 ++-- uui/source/iahndl.cxx | 6 +++--- uui/source/lockcorrupt.cxx | 4 ++-- uui/source/lockfailed.cxx | 2 +- uui/source/logindlg.cxx | 2 +- uui/source/masterpasscrtdlg.cxx | 2 +- uui/source/masterpassworddlg.cxx | 2 +- uui/source/nameclashdlg.cxx | 2 +- uui/source/openlocked.cxx | 2 +- uui/source/passwordcontainer.cxx | 2 +- uui/source/passworddlg.cxx | 2 +- uui/source/sslwarndlg.cxx | 2 +- uui/source/trylater.cxx | 2 +- uui/source/unknownauthdlg.cxx | 2 +- 21 files changed, 26 insertions(+), 26 deletions(-) (limited to 'uui') diff --git a/uui/source/alreadyopen.cxx b/uui/source/alreadyopen.cxx index 0c417c0747af..64f5938e44c8 100644 --- a/uui/source/alreadyopen.cxx +++ b/uui/source/alreadyopen.cxx @@ -17,7 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "strings.hrc" +#include #include "alreadyopen.hxx" #include diff --git a/uui/source/filechanged.cxx b/uui/source/filechanged.cxx index bac5fc67032c..e486da43bfaa 100644 --- a/uui/source/filechanged.cxx +++ b/uui/source/filechanged.cxx @@ -17,7 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "strings.hrc" +#include #include #include "filechanged.hxx" diff --git a/uui/source/fltdlg.cxx b/uui/source/fltdlg.cxx index f41b5123a583..3d4e524e3bb3 100644 --- a/uui/source/fltdlg.cxx +++ b/uui/source/fltdlg.cxx @@ -19,7 +19,7 @@ #include "fltdlg.hxx" -#include "ids.hxx" +#include #include #include diff --git a/uui/source/iahndl-authentication.cxx b/uui/source/iahndl-authentication.cxx index a45cae432d1b..3ce9a7957c84 100644 --- a/uui/source/iahndl-authentication.cxx +++ b/uui/source/iahndl-authentication.cxx @@ -42,7 +42,7 @@ #include #include "authfallbackdlg.hxx" -#include "strings.hrc" +#include #include "getcontinuations.hxx" #include "passwordcontainer.hxx" #include "loginerr.hxx" diff --git a/uui/source/iahndl-errorhandler.cxx b/uui/source/iahndl-errorhandler.cxx index 9f4642ab063e..1a23b6a81f42 100644 --- a/uui/source/iahndl-errorhandler.cxx +++ b/uui/source/iahndl-errorhandler.cxx @@ -31,8 +31,8 @@ #include #include -#include "ids.hxx" -#include "ids.hrc" +#include +#include #include "getcontinuations.hxx" #include "iahndl.hxx" diff --git a/uui/source/iahndl-ioexceptions.cxx b/uui/source/iahndl-ioexceptions.cxx index e11ed64c901f..737288e382c9 100644 --- a/uui/source/iahndl-ioexceptions.cxx +++ b/uui/source/iahndl-ioexceptions.cxx @@ -22,7 +22,7 @@ #include #include -#include "ids.hxx" +#include #include "iahndl.hxx" diff --git a/uui/source/iahndl-locking.cxx b/uui/source/iahndl-locking.cxx index 1ea6cf3e9de4..53b0e6a2fc77 100644 --- a/uui/source/iahndl-locking.cxx +++ b/uui/source/iahndl-locking.cxx @@ -34,7 +34,7 @@ #include #include -#include "strings.hrc" +#include #include "getcontinuations.hxx" #include "openlocked.hxx" #include "trylater.hxx" diff --git a/uui/source/iahndl-ssl.cxx b/uui/source/iahndl-ssl.cxx index 37126ca23361..9f3aa12a725c 100644 --- a/uui/source/iahndl-ssl.cxx +++ b/uui/source/iahndl-ssl.cxx @@ -35,8 +35,8 @@ #include #include -#include "ids.hxx" -#include "ids.hrc" +#include +#include #include "getcontinuations.hxx" #include "sslwarndlg.hxx" #include "unknownauthdlg.hxx" diff --git a/uui/source/iahndl.cxx b/uui/source/iahndl.cxx index 36ba5046d983..d53d01a513ba 100644 --- a/uui/source/iahndl.cxx +++ b/uui/source/iahndl.cxx @@ -77,9 +77,9 @@ #include #include -#include "ids.hxx" -#include "ids.hrc" -#include "strings.hrc" +#include +#include +#include #include "getcontinuations.hxx" #include "secmacrowarnings.hxx" diff --git a/uui/source/lockcorrupt.cxx b/uui/source/lockcorrupt.cxx index cfc2ed31c6a5..cb3dc9c566cb 100644 --- a/uui/source/lockcorrupt.cxx +++ b/uui/source/lockcorrupt.cxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "ids.hxx" -#include "strings.hrc" +#include +#include #include "lockcorrupt.hxx" #include #include diff --git a/uui/source/lockfailed.cxx b/uui/source/lockfailed.cxx index 2dbf09555f73..15d58dca4981 100644 --- a/uui/source/lockfailed.cxx +++ b/uui/source/lockfailed.cxx @@ -17,7 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "strings.hrc" +#include #include "lockfailed.hxx" #include #include diff --git a/uui/source/logindlg.cxx b/uui/source/logindlg.cxx index 55e3e642f183..c4a5c9d305cc 100644 --- a/uui/source/logindlg.cxx +++ b/uui/source/logindlg.cxx @@ -21,7 +21,7 @@ #include #include "logindlg.hxx" -#include "strings.hrc" +#include #include #ifdef UNX diff --git a/uui/source/masterpasscrtdlg.cxx b/uui/source/masterpasscrtdlg.cxx index 37e5c2a53116..6ceaa7315dc0 100644 --- a/uui/source/masterpasscrtdlg.cxx +++ b/uui/source/masterpasscrtdlg.cxx @@ -20,7 +20,7 @@ #include #include #include -#include "strings.hrc" +#include #include "masterpasscrtdlg.hxx" // MasterPasswordCreateDialog--------------------------------------------------- diff --git a/uui/source/masterpassworddlg.cxx b/uui/source/masterpassworddlg.cxx index 2ee6308c6cbc..7f860bfe81ef 100644 --- a/uui/source/masterpassworddlg.cxx +++ b/uui/source/masterpassworddlg.cxx @@ -19,7 +19,7 @@ #include #include -#include "strings.hrc" +#include #include "masterpassworddlg.hxx" // MasterPasswordDialog--------------------------------------------------- diff --git a/uui/source/nameclashdlg.cxx b/uui/source/nameclashdlg.cxx index a2b8164a8eab..fcf7c375e092 100644 --- a/uui/source/nameclashdlg.cxx +++ b/uui/source/nameclashdlg.cxx @@ -21,7 +21,7 @@ #include #include -#include "strings.hrc" +#include #include "nameclashdlg.hxx" // NameClashDialog --------------------------------------------------------- diff --git a/uui/source/openlocked.cxx b/uui/source/openlocked.cxx index 84f69bcc7bc8..156e28b6a368 100644 --- a/uui/source/openlocked.cxx +++ b/uui/source/openlocked.cxx @@ -17,7 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "strings.hrc" +#include #include "openlocked.hxx" #include diff --git a/uui/source/passwordcontainer.cxx b/uui/source/passwordcontainer.cxx index 98de69067261..420f098e1d7c 100644 --- a/uui/source/passwordcontainer.cxx +++ b/uui/source/passwordcontainer.cxx @@ -30,7 +30,7 @@ #include #include #include -#include "officecfg/Office/Common.hxx" +#include #include "passwordcontainer.hxx" diff --git a/uui/source/passworddlg.cxx b/uui/source/passworddlg.cxx index c4edd844b0d5..1c1899b5657d 100644 --- a/uui/source/passworddlg.cxx +++ b/uui/source/passworddlg.cxx @@ -18,7 +18,7 @@ */ #include "passworddlg.hxx" -#include "strings.hrc" +#include #include #include diff --git a/uui/source/sslwarndlg.cxx b/uui/source/sslwarndlg.cxx index 6803f67d1749..b85e376ff291 100644 --- a/uui/source/sslwarndlg.cxx +++ b/uui/source/sslwarndlg.cxx @@ -19,7 +19,7 @@ #include -#include "ids.hxx" +#include #include "sslwarndlg.hxx" #include diff --git a/uui/source/trylater.cxx b/uui/source/trylater.cxx index 2e996d98487e..d61f2e653bf8 100644 --- a/uui/source/trylater.cxx +++ b/uui/source/trylater.cxx @@ -18,7 +18,7 @@ */ #include -#include "strings.hrc" +#include #include "trylater.hxx" TryLaterQueryBox::TryLaterQueryBox(vcl::Window* pParent, const std::locale& rResLocale, const OUString& aMessage) diff --git a/uui/source/unknownauthdlg.cxx b/uui/source/unknownauthdlg.cxx index 1f7230ab6e55..433cfe8d6143 100644 --- a/uui/source/unknownauthdlg.cxx +++ b/uui/source/unknownauthdlg.cxx @@ -19,7 +19,7 @@ #include -#include "strings.hrc" +#include #include "unknownauthdlg.hxx" #include -- cgit