summaryrefslogtreecommitdiff
path: root/svx/source/dialog/framelinkarray.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/dialog/framelinkarray.cxx')
-rw-r--r--svx/source/dialog/framelinkarray.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/svx/source/dialog/framelinkarray.cxx b/svx/source/dialog/framelinkarray.cxx
index e1b420762f3b..4c2b5259c3d5 100644
--- a/svx/source/dialog/framelinkarray.cxx
+++ b/svx/source/dialog/framelinkarray.cxx
@@ -285,7 +285,7 @@ namespace
{
struct RegisteredCellHash
{
- size_t operator()(Cell* const pCell) const
+ size_t operator()(const Cell* pCell) const
{
return pCell->hashCode();
}
@@ -293,7 +293,7 @@ struct RegisteredCellHash
struct RegisteredCellEquals
{
- bool operator()(Cell* const pCell1, Cell* const pCell2) const
+ bool operator()(const Cell* pCell1, const Cell* pCell2) const
{
return *pCell1 == *pCell2;
}