diff options
author | Gabor Kelemen <gabor.kelemen.extern@allotropia.de> | 2024-03-30 10:18:25 +0100 |
---|---|---|
committer | Gabor Kelemen <gabor.kelemen.extern@allotropia.de> | 2024-04-08 15:09:50 +0200 |
commit | 7f2af61f1a4771f6f823c378f355ee4989a719e4 (patch) | |
tree | cae1dbdb8fc1ba6122e92132ad0643ca7c55afd0 /extensions/source/propctrlr/xsdvalidationpropertyhandler.cxx | |
parent | db609a58df7be082de7d5a20a2a924789d6a64a1 (diff) |
tdf#146619 Drop unused 'using namespace' in: extensions/
Change-Id: I3581cc8eb2414161ecb81a4ebcedd7b3b391c642
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/165571
Tested-by: Jenkins
Reviewed-by: Gabor Kelemen <gabor.kelemen.extern@allotropia.de>
Diffstat (limited to 'extensions/source/propctrlr/xsdvalidationpropertyhandler.cxx')
-rw-r--r-- | extensions/source/propctrlr/xsdvalidationpropertyhandler.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/extensions/source/propctrlr/xsdvalidationpropertyhandler.cxx b/extensions/source/propctrlr/xsdvalidationpropertyhandler.cxx index 08eb6d7e847b..29bc09a65a7f 100644 --- a/extensions/source/propctrlr/xsdvalidationpropertyhandler.cxx +++ b/extensions/source/propctrlr/xsdvalidationpropertyhandler.cxx @@ -56,9 +56,7 @@ namespace pcr using namespace ::com::sun::star::uno; using namespace ::com::sun::star::lang; using namespace ::com::sun::star::beans; - using namespace ::com::sun::star::xforms; using namespace ::com::sun::star::xsd; - using namespace ::com::sun::star::script; using namespace ::com::sun::star::inspection; using ::com::sun::star::beans::PropertyAttribute::MAYBEVOID; |