diff options
author | Gabor Kelemen <gabor.kelemen.extern@allotropia.de> | 2024-03-29 14:05:52 +0100 |
---|---|---|
committer | Gabor Kelemen <gabor.kelemen.extern@allotropia.de> | 2024-04-01 20:47:52 +0200 |
commit | 9f3d3cec7cd3b8c6e79f52028c89e0abd9b5eec0 (patch) | |
tree | d7625f8a690d52969cc21ef4dbcc39d1f98f02b3 /desktop/source/app/appinit.cxx | |
parent | 5a408044f924b1d7d221994ba901dbfe52b00c22 (diff) |
tdf#146619 Drop unused 'using namespace' in: desktop/
Change-Id: I120471364834dfd0702b6ce15f79a8327cac26b3
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/165534
Tested-by: Jenkins
Reviewed-by: Gabor Kelemen <gabor.kelemen.extern@allotropia.de>
Diffstat (limited to 'desktop/source/app/appinit.cxx')
-rw-r--r-- | desktop/source/app/appinit.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/desktop/source/app/appinit.cxx b/desktop/source/app/appinit.cxx index 1a0681f0d163..76bd04347ad6 100644 --- a/desktop/source/app/appinit.cxx +++ b/desktop/source/app/appinit.cxx @@ -51,8 +51,6 @@ using namespace ::com::sun::star::uno; using namespace ::com::sun::star::lang; -using namespace ::com::sun::star::beans; -using namespace ::com::sun::star::registry; using namespace ::com::sun::star::ucb; namespace desktop |