From 5a8389c834ae8d09fd43acca89fb34612788a9f6 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Tue, 17 Jul 2018 23:17:57 +0200 Subject: Fix typos Change-Id: If7365b05c8f4fd1bf130678cb28f05c9a1add4c7 Reviewed-on: https://gerrit.libreoffice.org/57598 Reviewed-by: Christian Lohmaier Tested-by: Christian Lohmaier --- comphelper/source/misc/accessiblekeybindinghelper.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'comphelper') diff --git a/comphelper/source/misc/accessiblekeybindinghelper.cxx b/comphelper/source/misc/accessiblekeybindinghelper.cxx index d0af74aec1cc..8028464aff2b 100644 --- a/comphelper/source/misc/accessiblekeybindinghelper.cxx +++ b/comphelper/source/misc/accessiblekeybindinghelper.cxx @@ -27,7 +27,7 @@ namespace comphelper { - using namespace ::com::sun::star; // MT 04/2003: was ::drafts::com::sun::star - otherwise to many changes + using namespace ::com::sun::star; // MT 04/2003: was ::drafts::com::sun::star - otherwise too many changes using namespace ::com::sun::star::uno; using namespace ::com::sun::star::lang; using namespace ::com::sun::star::accessibility; -- cgit