Kaydet (Commit) 8e042b47 authored tarafından Caolán McNamara's avatar Caolán McNamara

restore this, was unused due to incorrect merge

üst 5b7e8986
......@@ -266,8 +266,10 @@ public:
::com::sun::star::uno::XInterface > &rxSource,
::com::sun::star::uno::Reference<
::com::sun::star::beans::XPropertySet > &rxPropSet );
~PropertyHelper_Spelling();
void AddAsPropListener();
void RemoveAsPropListener();
void SetTmpPropVals( const com::sun::star::beans::PropertyValues &rPropVals );
sal_Bool IsSpellUpperCase() const;
sal_Bool IsSpellWithDigits() const;
......
......@@ -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: */
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment