diff options
author | Gabor Kelemen <gabor.kelemen.extern@allotropia.de> | 2024-03-29 13:18:22 +0100 |
---|---|---|
committer | Gabor Kelemen <gabor.kelemen.extern@allotropia.de> | 2024-03-29 21:21:02 +0100 |
commit | 6d3f6e77e1a21e53343339545502feecc69e6c78 (patch) | |
tree | 2ed4c7f94c46c0e84830ca445fe6c0325889f08a /io/source/stm/odata.cxx | |
parent | b6f5472ea147230b07a04f5677e1de8ea149cea5 (diff) |
tdf#146619 Drop unused 'using namespace' in: io/
Change-Id: I5cfd37be41e1d364f8d50b3a547453d418abb86d
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/165512
Tested-by: Jenkins
Reviewed-by: Gabor Kelemen <gabor.kelemen.extern@allotropia.de>
Diffstat (limited to 'io/source/stm/odata.cxx')
-rw-r--r-- | io/source/stm/odata.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/io/source/stm/odata.cxx b/io/source/stm/odata.cxx index 6b19585da942..881b0cda132a 100644 --- a/io/source/stm/odata.cxx +++ b/io/source/stm/odata.cxx @@ -39,7 +39,6 @@ #include <com/sun/star/uno/XComponentContext.hpp> using namespace ::cppu; -using namespace ::osl; using namespace ::com::sun::star::io; using namespace ::com::sun::star::uno; using namespace ::com::sun::star::lang; |