summaryrefslogtreecommitdiff
path: root/linguistic/source
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2011-07-26 23:33:12 +0200
committerThomas Arnhold <thomas@arnhold.org>2011-07-26 23:38:45 +0200
commit0705460359f80e4474fbdcdef3c75bd246253c91 (patch)
tree0fd16a44c4095dbdad66c30df29e1cfb15e5ab49 /linguistic/source
parentba586696efc6b36cd56a3c086822933f1e16fb8f (diff)
callcatcher: remove unused methods
Diffstat (limited to 'linguistic/source')
-rw-r--r--linguistic/source/lngprophelp.cxx14
1 files changed, 0 insertions, 14 deletions
diff --git a/linguistic/source/lngprophelp.cxx b/linguistic/source/lngprophelp.cxx
index ef5a910e0867..ee96c673ea26 100644
--- a/linguistic/source/lngprophelp.cxx
+++ b/linguistic/source/lngprophelp.cxx
@@ -806,30 +806,16 @@ 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 );
}
-sal_Int16 PropertyHelper_Spelling::GetMaxNumberOfSuggestions() const
-{
- return pInst->GetMaxNumberOfSuggestions();
-}
-
sal_Bool PropertyHelper_Spelling::IsSpellUpperCase() const
{
return pInst->IsSpellUpperCase();