[Libreoffice-commits] core.git: cui/source
Mike Kaganski (via logerrit)
logerrit at kemper.freedesktop.org
Thu Mar 18 09:55:02 UTC 2021
cui/source/dialogs/QrCodeGenDialog.cxx | 1 -
1 file changed, 1 deletion(-)
New commits:
commit e22405c554abe13675b05eae5c8b3e15657b10d4
Author: Mike Kaganski <mike.kaganski at collabora.com>
AuthorDate: Thu Mar 18 09:30:33 2021 +0100
Commit: Mike Kaganski <mike.kaganski at collabora.com>
CommitDate: Thu Mar 18 10:54:17 2021 +0100
Drop duplicate 'using namespace' directive
Change-Id: If235c37cf52cfbfd171a6d1784cf5940c162332a
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/112618
Tested-by: Jenkins
Reviewed-by: Mike Kaganski <mike.kaganski at collabora.com>
diff --git a/cui/source/dialogs/QrCodeGenDialog.cxx b/cui/source/dialogs/QrCodeGenDialog.cxx
index 28bbfabcf845..3de87abae22b 100644
--- a/cui/source/dialogs/QrCodeGenDialog.cxx
+++ b/cui/source/dialogs/QrCodeGenDialog.cxx
@@ -52,7 +52,6 @@ using namespace css::container;
using namespace css::frame;
using namespace css::io;
using namespace css::lang;
-using namespace css::frame;
using namespace css::sheet;
using namespace css::text;
using namespace css::drawing;
More information about the Libreoffice-commits
mailing list