From dd3e879cfdacbc8b9fff7556ae2d8698a22e9235 Mon Sep 17 00:00:00 2001 From: Thomas Arnhold Date: Mon, 25 Feb 2013 19:09:32 +0100 Subject: remove some trivial duplicates Change-Id: Ie736cb6d5ff7f4d1998338f4a3a3a3b0a67c79ad --- xmlsecurity/source/dialogs/warnings.cxx | 1 - xmlsecurity/workben/signaturetest.cxx | 1 - 2 files changed, 2 deletions(-) (limited to 'xmlsecurity') diff --git a/xmlsecurity/source/dialogs/warnings.cxx b/xmlsecurity/source/dialogs/warnings.cxx index 24369cc47f15..0320910844c3 100644 --- a/xmlsecurity/source/dialogs/warnings.cxx +++ b/xmlsecurity/source/dialogs/warnings.cxx @@ -38,7 +38,6 @@ using namespace ::com::sun::star::security; #endif using namespace ::com::sun::star; -using namespace ::com::sun::star; MacroWarning::MacroWarning( Window* _pParent, uno::Reference< dcss::xml::crypto::XSecurityEnvironment >& _rxSecurityEnvironment, cssu::Reference< dcss::security::XCertificate >& _rxCert ) diff --git a/xmlsecurity/workben/signaturetest.cxx b/xmlsecurity/workben/signaturetest.cxx index be7c39587d8d..0497179069ed 100644 --- a/xmlsecurity/workben/signaturetest.cxx +++ b/xmlsecurity/workben/signaturetest.cxx @@ -50,7 +50,6 @@ #include -using namespace ::com::sun::star; using namespace ::com::sun::star; void Main(); -- cgit