summaryrefslogtreecommitdiff
path: root/linguistic/source/lngopt.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'linguistic/source/lngopt.cxx')
-rw-r--r--linguistic/source/lngopt.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/linguistic/source/lngopt.cxx b/linguistic/source/lngopt.cxx
index 891164b5feaa..79bb649ffa61 100644
--- a/linguistic/source/lngopt.cxx
+++ b/linguistic/source/lngopt.cxx
@@ -241,7 +241,7 @@ void SAL_CALL LinguProps::setPropertyValue(
if (aOld != rValue && aConfig.SetProperty( pCur->nWID, rValue ))
{
PropertyChangeEvent aChgEvt( static_cast<XPropertySet *>(this), rPropertyName,
- sal_False, pCur->nWID, aOld, rValue );
+ false, pCur->nWID, aOld, rValue );
launchEvent( aChgEvt );
}
}
@@ -318,7 +318,7 @@ void SAL_CALL LinguProps::setFastPropertyValue( sal_Int32 nHandle, const Any& rV
if (aOld != rValue && aConfig.SetProperty( nHandle, rValue ))
{
PropertyChangeEvent aChgEvt( static_cast<XPropertySet *>(this),
- LinguOptions::GetName( nHandle ), sal_False, nHandle, aOld, rValue );
+ LinguOptions::GetName( nHandle ), false, nHandle, aOld, rValue );
launchEvent( aChgEvt );
}
}