summaryrefslogtreecommitdiff
path: root/uui
diff options
context:
space:
mode:
Diffstat (limited to 'uui')
-rw-r--r--uui/source/authfallbackdlg.cxx2
-rw-r--r--uui/source/passworddlg.cxx1
-rw-r--r--uui/source/secmacrowarnings.cxx1
3 files changed, 2 insertions, 2 deletions
diff --git a/uui/source/authfallbackdlg.cxx b/uui/source/authfallbackdlg.cxx
index b7190107da2a..c147a7f1b9a7 100644
--- a/uui/source/authfallbackdlg.cxx
+++ b/uui/source/authfallbackdlg.cxx
@@ -11,8 +11,6 @@
#include <iostream>
-using namespace boost;
-
AuthFallbackDlg::AuthFallbackDlg(weld::Window* pParent, const OUString& instructions,
const OUString& url)
: GenericDialogController(pParent, "uui/ui/authfallback.ui", "AuthFallbackDlg")
diff --git a/uui/source/passworddlg.cxx b/uui/source/passworddlg.cxx
index 436b5a7a8743..9229f9ec9a46 100644
--- a/uui/source/passworddlg.cxx
+++ b/uui/source/passworddlg.cxx
@@ -22,6 +22,7 @@
#include <unotools/resmgr.hxx>
#include <tools/urlobj.hxx>
+#include <tools/debug.hxx>
#include <vcl/svapp.hxx>
#include <vcl/weld.hxx>
diff --git a/uui/source/secmacrowarnings.cxx b/uui/source/secmacrowarnings.cxx
index c8953b5977e6..e112660e71b8 100644
--- a/uui/source/secmacrowarnings.cxx
+++ b/uui/source/secmacrowarnings.cxx
@@ -24,6 +24,7 @@
#include <comphelper/processfactory.hxx>
#include <osl/file.h>
#include <sal/macros.h>
+#include <tools/debug.hxx>
#include <unotools/resmgr.hxx>
#include <com/sun/star/security/NoPasswordException.hpp>