diff options
author | Arnaud VERSINI <arnaud.versini@libreoffice.org> | 2023-05-08 16:57:12 +0200 |
---|---|---|
committer | Bartosz Kosiorek <gang65@poczta.onet.pl> | 2023-05-10 12:01:08 +0200 |
commit | 5582b8c6da7e9d8cbcf20b381a8b0f5344b4d743 (patch) | |
tree | 4247176eeac6c7d523892d03a064a0c24b123fcb /desktop/source/app/appinit.cxx | |
parent | ce9ed68fa63af229dceee32d1e512ac31b76e939 (diff) |
desktop : remove useless using namespace
Change-Id: I23a2932402120d9097ab6bd9793d4b4e92be03e8
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/151538
Tested-by: Jenkins
Reviewed-by: Bartosz Kosiorek <gang65@poczta.onet.pl>
Diffstat (limited to 'desktop/source/app/appinit.cxx')
-rw-r--r-- | desktop/source/app/appinit.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/desktop/source/app/appinit.cxx b/desktop/source/app/appinit.cxx index 8596f80aaafc..926ad1bfa6b7 100644 --- a/desktop/source/app/appinit.cxx +++ b/desktop/source/app/appinit.cxx @@ -43,7 +43,6 @@ #include <unotools/pathoptions.hxx> #include <map> -using namespace desktop; using namespace ::com::sun::star::uno; using namespace ::com::sun::star::lang; using namespace ::com::sun::star::beans; |