diff options
Diffstat (limited to 'linguistic/source')
-rw-r--r-- | linguistic/source/lngprophelp.cxx | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/linguistic/source/lngprophelp.cxx b/linguistic/source/lngprophelp.cxx index 51d486650b70..41565a3f1886 100644 --- a/linguistic/source/lngprophelp.cxx +++ b/linguistic/source/lngprophelp.cxx @@ -806,11 +806,20 @@ PropertyHelper_Spelling::PropertyHelper_Spelling( xPropHelper = pInst; } +PropertyHelper_Spelling::~PropertyHelper_Spelling() +{ +} + void PropertyHelper_Spelling::AddAsPropListener() { pInst->AddAsPropListener(); } +void PropertyHelper_Spelling::RemoveAsPropListener() +{ + pInst->RemoveAsPropListener(); +} + void PropertyHelper_Spelling::SetTmpPropVals( const com::sun::star::beans::PropertyValues &rPropVals ) { pInst->SetTmpPropVals( rPropVals ); @@ -847,8 +856,6 @@ sal_Bool PropertyHelper_Spelling::removeLinguServiceEventListener( return pInst->removeLinguServiceEventListener( rxListener ); } - - } // namespace linguistic /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |