Kaydet (Commit) 57b29dc9 authored tarafından Michael Stahl's avatar Michael Stahl

RegisterToTOXType has a silly parameter name

Change-Id: I1cfd5c077f4b1ac809ace91fe76308f0e1892e09
üst 2d4b87f0
......@@ -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
......
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