From f8231a9765b63ef57d4e099936b94357267ac9b3 Mon Sep 17 00:00:00 2001 From: Thomas Arnhold Date: Sat, 27 Apr 2013 23:04:15 +0200 Subject: some eco-activism Change-Id: Ib447cd8633c3102ee78c919cfbeabcc88018b130 --- uui/source/sslwarndlg.cxx | 2 ++ uui/source/sslwarndlg.hxx | 4 ---- uui/source/unknownauthdlg.cxx | 2 ++ uui/source/unknownauthdlg.hxx | 4 ---- 4 files changed, 4 insertions(+), 8 deletions(-) (limited to 'uui') 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 #include +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 - #include #include #include #include #include -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 +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 - #include #include #include #include #include -using namespace com::sun::star; - //===================================================================== //= Https_UADialog //===================================================================== -- cgit