summaryrefslogtreecommitdiff
path: root/editeng
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-06-12 15:28:00 +0200
committerStephan Bergmann <sbergman@redhat.com>2014-06-12 15:28:00 +0200
commit4348dfbd4ab73c151fbd45c7066886530498ec0b (patch)
tree69355fbdfeee346ee9df64823423b1442e2725b9 /editeng
parent4e2cc748f5ec00ef6ed326ec03aff8f0cd8c9654 (diff)
Clean up
Change-Id: I14ababd3adb39cbde0ae3b5622b21fe72eb06ad9
Diffstat (limited to 'editeng')
-rw-r--r--editeng/source/misc/unolingu.cxx6
1 files changed, 1 insertions, 5 deletions
diff --git a/editeng/source/misc/unolingu.cxx b/editeng/source/misc/unolingu.cxx
index 049e71db339b..516d9ca9dec1 100644
--- a/editeng/source/misc/unolingu.cxx
+++ b/editeng/source/misc/unolingu.cxx
@@ -431,11 +431,7 @@ uno::Reference< linguistic2::XPossibleHyphens > SAL_CALL
return xRes;
}
-
-typedef cppu::WeakImplHelper1 < XEventListener > LinguMgrExitLstnrBaseClass;
-
-
-class LinguMgrExitLstnr : public LinguMgrExitLstnrBaseClass
+class LinguMgrExitLstnr : public cppu::WeakImplHelper1<XEventListener>
{
uno::Reference< XDesktop2 > xDesktop;