summaryrefslogtreecommitdiff
path: root/linguistic/source/iprcache.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'linguistic/source/iprcache.cxx')
-rw-r--r--linguistic/source/iprcache.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/linguistic/source/iprcache.cxx b/linguistic/source/iprcache.cxx
index 2f729de770e0..bbedc2962618 100644
--- a/linguistic/source/iprcache.cxx
+++ b/linguistic/source/iprcache.cxx
@@ -58,7 +58,7 @@ static const struct
static void lcl_AddAsPropertyChangeListener(
const Reference< XPropertyChangeListener >& xListener,
- Reference< XLinguProperties > &rPropSet )
+ Reference< XLinguProperties > const &rPropSet )
{
if (xListener.is() && rPropSet.is())
{
@@ -73,7 +73,7 @@ static void lcl_AddAsPropertyChangeListener(
static void lcl_RemoveAsPropertyChangeListener(
const Reference< XPropertyChangeListener >& xListener,
- Reference< XLinguProperties > &rPropSet )
+ Reference< XLinguProperties > const &rPropSet )
{
if (xListener.is() && rPropSet.is())
{
@@ -98,7 +98,7 @@ static bool lcl_IsFlushProperty( sal_Int32 nHandle )
}
-void FlushListener::SetDicList( Reference<XSearchableDictionaryList> &rDL )
+void FlushListener::SetDicList( Reference<XSearchableDictionaryList> const &rDL )
{
MutexGuard aGuard( GetLinguMutex() );
@@ -114,7 +114,7 @@ void FlushListener::SetDicList( Reference<XSearchableDictionaryList> &rDL )
}
-void FlushListener::SetPropSet( Reference< XLinguProperties > &rPS )
+void FlushListener::SetPropSet( Reference< XLinguProperties > const &rPS )
{
MutexGuard aGuard( GetLinguMutex() );