summaryrefslogtreecommitdiff
path: root/linguistic
diff options
context:
space:
mode:
Diffstat (limited to 'linguistic')
-rw-r--r--linguistic/source/dlistimp.cxx6
1 files changed, 1 insertions, 5 deletions
diff --git a/linguistic/source/dlistimp.cxx b/linguistic/source/dlistimp.cxx
index a6b6484e722d..4dab774e8d06 100644
--- a/linguistic/source/dlistimp.cxx
+++ b/linguistic/source/dlistimp.cxx
@@ -95,7 +95,7 @@ public:
bool bReceiveVerbose );
bool RemoveDicListEvtListener(
const uno::Reference< XDictionaryListEventListener >& rxListener );
- sal_Int16 BeginCollectEvents();
+ sal_Int16 BeginCollectEvents() { return ++nNumCollectEvtListeners;}
sal_Int16 EndCollectEvents();
sal_Int16 FlushEvents();
void ClearEvents() { nCondensedEvt = 0; }
@@ -227,10 +227,6 @@ bool DicEvtListenerHelper::RemoveDicListEvtListener(
}
-sal_Int16 DicEvtListenerHelper::BeginCollectEvents()
-{
- return ++nNumCollectEvtListeners;
-}
sal_Int16 DicEvtListenerHelper::EndCollectEvents()