summaryrefslogtreecommitdiff
path: root/forms/source/component/Currency.cxx
diff options
context:
space:
mode:
authorGabor Kelemen <gabor.kelemen.extern@allotropia.de>2024-03-29 22:48:22 +0100
committerGabor Kelemen <gabor.kelemen.extern@allotropia.de>2024-04-05 13:45:10 +0200
commitad640dedd269dc1e03cf362e11975bbd6d963120 (patch)
tree2aa3cf91830c53ac2974cff029042fd717180713 /forms/source/component/Currency.cxx
parentee9a21da6aa0872855f78a4464d6952e11a9aa54 (diff)
tdf#146619 Drop unused 'using namespace' in: forms
Change-Id: I5d81e8c359100da2a7dd98e75a1f79bbb73d9521 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/165570 Tested-by: Jenkins Reviewed-by: Gabor Kelemen <gabor.kelemen.extern@allotropia.de>
Diffstat (limited to 'forms/source/component/Currency.cxx')
-rw-r--r--forms/source/component/Currency.cxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/forms/source/component/Currency.cxx b/forms/source/component/Currency.cxx
index 0b25df4f859a..edd86eeabd8a 100644
--- a/forms/source/component/Currency.cxx
+++ b/forms/source/component/Currency.cxx
@@ -36,11 +36,7 @@ using namespace ::com::sun::star::uno;
using namespace ::com::sun::star::sdb;
using namespace ::com::sun::star::sdbc;
using namespace ::com::sun::star::beans;
-using namespace ::com::sun::star::container;
using namespace ::com::sun::star::form;
-using namespace ::com::sun::star::awt;
-using namespace ::com::sun::star::io;
-using namespace ::com::sun::star::lang;
using namespace ::com::sun::star::util;
OCurrencyControl::OCurrencyControl(const Reference<XComponentContext>& _rxFactory)