[Libreoffice-commits] core.git: basic/source
Arnaud Versini (via logerrit)
logerrit at kemper.freedesktop.org
Sat Dec 26 14:24:55 UTC 2020
basic/source/sbx/sbxarray.cxx | 2 --
1 file changed, 2 deletions(-)
New commits:
commit 61749b473d777f8252cdd74fbb09c47a704ae5dd
Author: Arnaud Versini <arnaud.versini at libreoffice.org>
AuthorDate: Sat Dec 26 13:24:02 2020 +0100
Commit: Arnaud Versini <arnaud.versini at libreoffice.org>
CommitDate: Sat Dec 26 15:24:19 2020 +0100
BASIC : remove useless using namespace
Change-Id: Ic491f69e7bb098a03f9cdbd8913c4b4be4a570b3
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/108326
Tested-by: Jenkins
Reviewed-by: Arnaud Versini <arnaud.versini at libreoffice.org>
diff --git a/basic/source/sbx/sbxarray.cxx b/basic/source/sbx/sbxarray.cxx
index 0dcd6c8aa78e..2a4942aca4c7 100644
--- a/basic/source/sbx/sbxarray.cxx
+++ b/basic/source/sbx/sbxarray.cxx
@@ -26,8 +26,6 @@
#include <optional>
-using namespace std;
-
struct SbxVarEntry
{
SbxVariableRef mpVar;
More information about the Libreoffice-commits
mailing list