summaryrefslogtreecommitdiff
path: root/uui
diff options
context:
space:
mode:
Diffstat (limited to 'uui')
-rw-r--r--uui/source/sslwarndlg.cxx2
-rw-r--r--uui/source/sslwarndlg.hxx4
-rw-r--r--uui/source/unknownauthdlg.cxx2
-rw-r--r--uui/source/unknownauthdlg.hxx4
4 files changed, 4 insertions, 8 deletions
diff --git a/uui/source/sslwarndlg.cxx b/uui/source/sslwarndlg.cxx
index e4d108f41561..312ce82b5c0b 100644
--- a/uui/source/sslwarndlg.cxx
+++ b/uui/source/sslwarndlg.cxx
@@ -26,6 +26,8 @@
#include <comphelper/processfactory.hxx>
#include <com/sun/star/security/DocumentDigitalSignatures.hpp>
+using namespace css;
+
// -----------------------------------------------------------------------
IMPL_LINK_NOARG(SSLWarnDialog, OKHdl_Impl)
diff --git a/uui/source/sslwarndlg.hxx b/uui/source/sslwarndlg.hxx
index f5e5a122541d..0f2ce7ab0a77 100644
--- a/uui/source/sslwarndlg.hxx
+++ b/uui/source/sslwarndlg.hxx
@@ -19,17 +19,13 @@
#ifndef UUI_SSLWARN_HXX
#define UUI_SSLWARN_HXX
-
#include <vcl/dialog.hxx>
-
#include <vcl/fixed.hxx>
#include <vcl/button.hxx>
#include <com/sun/star/security/XCertificate.hpp>
#include <com/sun/star/xml/crypto/XSecurityEnvironment.hpp>
#include <com/sun/star/uno/XComponentContext.hpp>
-using namespace com::sun::star;
-
//=====================================================================
//= Https_WarnDialog
//=====================================================================
diff --git a/uui/source/unknownauthdlg.cxx b/uui/source/unknownauthdlg.cxx
index 98e712a07a28..9967261af6ce 100644
--- a/uui/source/unknownauthdlg.cxx
+++ b/uui/source/unknownauthdlg.cxx
@@ -26,6 +26,8 @@
#include <com/sun/star/security/DocumentDigitalSignatures.hpp>
+using namespace css;
+
// -----------------------------------------------------------------------
IMPL_LINK_NOARG(UnknownAuthDialog, OKHdl_Impl)
diff --git a/uui/source/unknownauthdlg.hxx b/uui/source/unknownauthdlg.hxx
index 90d50edc7389..51c371bbe801 100644
--- a/uui/source/unknownauthdlg.hxx
+++ b/uui/source/unknownauthdlg.hxx
@@ -19,17 +19,13 @@
#ifndef UUI_UNKNOWNAUTH_HXX
#define UUI_UNKNOWNAUTH_HXX
-
#include <vcl/dialog.hxx>
-
#include <vcl/fixed.hxx>
#include <vcl/button.hxx>
#include <com/sun/star/security/XCertificate.hpp>
#include <com/sun/star/xml/crypto/XSecurityEnvironment.hpp>
#include <com/sun/star/uno/XComponentContext.hpp>
-using namespace com::sun::star;
-
//=====================================================================
//= Https_UADialog
//=====================================================================