summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2014-08-18 22:42:53 +0200
committerMichael Stahl <mstahl@redhat.com>2014-08-20 16:40:14 +0200
commit57b29dc9d475b8b674b32bf5d073175bac61ac14 (patch)
tree3bdcb6304dc939bdb1d1cb8662d84365352d9974 /sw
parent2d4b87f0c1bfd97185a89c18d5b7680d11a958d6 (diff)
RegisterToTOXType has a silly parameter name
Change-Id: I1cfd5c077f4b1ac809ace91fe76308f0e1892e09
Diffstat (limited to 'sw')
-rw-r--r--sw/source/core/tox/tox.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/core/tox/tox.cxx b/sw/source/core/tox/tox.cxx
index bdda4825bcae..ee68b8dce40a 100644
--- a/sw/source/core/tox/tox.cxx
+++ b/sw/source/core/tox/tox.cxx
@@ -177,9 +177,9 @@ SwTOXMark::~SwTOXMark()
{
}
-void SwTOXMark::RegisterToTOXType( SwTOXType& rMark )
+void SwTOXMark::RegisterToTOXType(SwTOXType& rType)
{
- rMark.Add(this);
+ rType.Add(this);
}
bool SwTOXMark::operator==( const SfxPoolItem& rAttr ) const