diff options
author | Arnaud Versini <arnaud.versini@libreoffice.org> | 2020-12-26 13:24:02 +0100 |
---|---|---|
committer | Arnaud Versini <arnaud.versini@libreoffice.org> | 2020-12-26 15:24:19 +0100 |
commit | 61749b473d777f8252cdd74fbb09c47a704ae5dd (patch) | |
tree | cf770c7f66c729008dbe585f2c071e66008daf5d /basic | |
parent | a3d0091d185f39eddabf4d372ebe0ac3061dbb89 (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.cxx | 2 |
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; |