diff options
author | Noel Grandin <noel@peralex.com> | 2015-08-03 08:44:51 +0200 |
---|---|---|
committer | Noel Grandin <noelgrandin@gmail.com> | 2015-08-03 08:53:21 +0000 |
commit | f5deb463492d5e61e573ba9d533df97c555280d7 (patch) | |
tree | b55da0b35bd9cbd154592741ceae70589cbeb4a5 /svx | |
parent | dbfed66eebde65f5844a0f1a2cfe548ad4eda962 (diff) |
remove some unused typedefs
Change-Id: I98c1e7eaa66b7afb05255a017a3de54714637501
Reviewed-on: https://gerrit.libreoffice.org/17491
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'svx')
-rw-r--r-- | svx/source/accessibility/AccessibleFrameSelector.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/svx/source/accessibility/AccessibleFrameSelector.cxx b/svx/source/accessibility/AccessibleFrameSelector.cxx index 1a22ae65a889..9c26619c0f2f 100644 --- a/svx/source/accessibility/AccessibleFrameSelector.cxx +++ b/svx/source/accessibility/AccessibleFrameSelector.cxx @@ -62,7 +62,6 @@ namespace AwtFocusChangeReason = ::com::sun::star::awt::FocusChangeReason; typedef ::com::sun::star::awt::Point AwtPoint; typedef ::com::sun::star::awt::Size AwtSize; typedef ::com::sun::star::awt::Rectangle AwtRectangle; -typedef ::com::sun::star::awt::KeyEvent AwtKeyEvent; typedef ::com::sun::star::awt::FocusEvent AwtFocusEvent; |