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 /framework/source/fwe | |
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 'framework/source/fwe')
-rw-r--r-- | framework/source/fwe/helper/documentundoguard.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/framework/source/fwe/helper/documentundoguard.cxx b/framework/source/fwe/helper/documentundoguard.cxx index 3fed0051c8fb..da80a48adac9 100644 --- a/framework/source/fwe/helper/documentundoguard.cxx +++ b/framework/source/fwe/helper/documentundoguard.cxx @@ -33,7 +33,6 @@ namespace framework using ::com::sun::star::uno::UNO_QUERY; using ::com::sun::star::uno::UNO_QUERY_THROW; using ::com::sun::star::uno::Exception; - using ::com::sun::star::uno::RuntimeException; using ::com::sun::star::document::XUndoManagerSupplier; using ::com::sun::star::document::XUndoManager; using ::com::sun::star::document::XUndoManagerListener; |