summaryrefslogtreecommitdiff
path: root/basic
diff options
context:
space:
mode:
authorArnaud Versini <arnaud.versini@libreoffice.org>2020-12-26 13:24:02 +0100
committerArnaud Versini <arnaud.versini@libreoffice.org>2020-12-26 15:24:19 +0100
commit61749b473d777f8252cdd74fbb09c47a704ae5dd (patch)
treecf770c7f66c729008dbe585f2c071e66008daf5d /basic
parenta3d0091d185f39eddabf4d372ebe0ac3061dbb89 (diff)
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@libreoffice.org>
Diffstat (limited to 'basic')
-rw-r--r--basic/source/sbx/sbxarray.cxx2
1 files changed, 0 insertions, 2 deletions
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;