diff options
author | Gabor Kelemen <gabor.kelemen.extern@allotropia.de> | 2024-04-10 17:44:02 +0200 |
---|---|---|
committer | Gabor Kelemen <gabor.kelemen.extern@allotropia.de> | 2024-05-16 08:35:11 +0200 |
commit | e3ca92bcfda624136af5ba741fef8f732f2856fc (patch) | |
tree | a05cc14e9b94d171c2d99d8570555f5346ab2584 /forms/source/helper | |
parent | 84da5e360a635d9d0f2e1e4e6ac56eb81df8b5b5 (diff) |
Drop unneeded 'using' instances
found with bin/find-unused-using.sh
Change-Id: I647f493ee313e79e7a9967960ea089b729de59a2
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/167637
Reviewed-by: Gabor Kelemen <gabor.kelemen.extern@allotropia.de>
Tested-by: Jenkins
Diffstat (limited to 'forms/source/helper')
-rw-r--r-- | forms/source/helper/windowstateguard.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/forms/source/helper/windowstateguard.cxx b/forms/source/helper/windowstateguard.cxx index 162040ab8bc5..99bc71b1353a 100644 --- a/forms/source/helper/windowstateguard.cxx +++ b/forms/source/helper/windowstateguard.cxx @@ -35,7 +35,6 @@ namespace frm using ::com::sun::star::uno::Reference; using ::com::sun::star::awt::XWindow2; using ::com::sun::star::awt::WindowEvent; - using ::com::sun::star::uno::RuntimeException; using ::com::sun::star::lang::IllegalArgumentException; using ::com::sun::star::awt::XControlModel; using ::com::sun::star::beans::XPropertySet; |