From ad640dedd269dc1e03cf362e11975bbd6d963120 Mon Sep 17 00:00:00 2001 From: Gabor Kelemen Date: Fri, 29 Mar 2024 22:48:22 +0100 Subject: 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 --- forms/source/component/scrollbar.cxx | 3 --- 1 file changed, 3 deletions(-) (limited to 'forms/source/component/scrollbar.cxx') diff --git a/forms/source/component/scrollbar.cxx b/forms/source/component/scrollbar.cxx index f39bb32a62a7..36f4d2ce6ced 100644 --- a/forms/source/component/scrollbar.cxx +++ b/forms/source/component/scrollbar.cxx @@ -34,11 +34,8 @@ namespace frm using namespace ::com::sun::star::uno; using namespace ::com::sun::star::beans; using namespace ::com::sun::star::form; - using namespace ::com::sun::star::awt; - using namespace ::com::sun::star::lang; using namespace ::com::sun::star::util; using namespace ::com::sun::star::io; - using namespace ::com::sun::star::form::binding; //= helper -- cgit