Fix a warning.
This commit is contained in:
parent
cbaadd31d3
commit
36894acb4d
1 changed files with 1 additions and 1 deletions
|
@ -137,7 +137,7 @@ const Rectangle& SdrVirtObj::GetLastBoundRect() const
|
|||
return aOutRect;
|
||||
}
|
||||
|
||||
void SdrVirtObj::RecalcBoundRect(bool bForced)
|
||||
void SdrVirtObj::RecalcBoundRect(bool)
|
||||
{
|
||||
aOutRect=rRefObj.GetCurrentBoundRect();
|
||||
aOutRect+=aAnchor;
|
||||
|
|
Loading…
Reference in a new issue