diff options
author | Gabor Kelemen <kelemen.gabor2@nisz.hu> | 2019-04-01 01:47:36 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2019-04-05 09:27:08 +0200 |
commit | 97ab50f381433a74239d1d1f33f33146accc61c9 (patch) | |
tree | 7147e04b03613d5763b229c6b8f976292d09a8fe /extensions/source/propctrlr/eventhandler.cxx | |
parent | b62bfda66c1499806bfa35c26fdc05f76f8a4db2 (diff) |
Remove unused using declarations in directories [e-l]*
Found by:
run-clang-tidy-7 -checks=-*,misc-unused-using-decls
Change-Id: Iee4e9df37d4c971ea97256d041afbc3d3aaa3d27
Reviewed-on: https://gerrit.libreoffice.org/70027
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'extensions/source/propctrlr/eventhandler.cxx')
-rw-r--r-- | extensions/source/propctrlr/eventhandler.cxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/extensions/source/propctrlr/eventhandler.cxx b/extensions/source/propctrlr/eventhandler.cxx index 2adedf467f83..45a1ce2f7539 100644 --- a/extensions/source/propctrlr/eventhandler.cxx +++ b/extensions/source/propctrlr/eventhandler.cxx @@ -112,9 +112,6 @@ namespace pcr using ::com::sun::star::container::NoSuchElementException; using ::com::sun::star::beans::XPropertySetInfo; using ::com::sun::star::container::XNameReplace; - using ::com::sun::star::lang::IllegalArgumentException; - using ::com::sun::star::lang::WrappedTargetException; - using ::com::sun::star::uno::RuntimeException; using ::com::sun::star::beans::PropertyValue; using ::com::sun::star::inspection::LineDescriptor; using ::com::sun::star::inspection::XPropertyControlFactory; |