diff options
author | Gabor Kelemen <gabor.kelemen.extern@allotropia.de> | 2023-02-14 23:34:19 +0100 |
---|---|---|
committer | Gabor Kelemen <kelemeng@ubuntu.com> | 2023-02-16 08:14:21 +0000 |
commit | 79176694ddc7bce40ce2b82d3f332be8642a5167 (patch) | |
tree | 7a2760db137310e6316f4917e3c845dbe6d8a9b7 /svx/source | |
parent | a38f13e364f9416a1a6d1163eba431eb1c6d5908 (diff) |
Drop 'using namespace ::std' in dirs s*
Change-Id: If3119a1f2274aac0bf70576458e3adb4505a2a45
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/147076
Tested-by: Jenkins
Reviewed-by: Gabor Kelemen <kelemeng@ubuntu.com>
Diffstat (limited to 'svx/source')
-rw-r--r-- | svx/source/items/customshapeitem.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/svx/source/items/customshapeitem.cxx b/svx/source/items/customshapeitem.cxx index 3caa270de999..5f2ef96a251b 100644 --- a/svx/source/items/customshapeitem.cxx +++ b/svx/source/items/customshapeitem.cxx @@ -26,7 +26,6 @@ #include <com/sun/star/beans/PropertyValue.hpp> -using namespace ::std; using namespace com::sun::star; |