summaryrefslogtreecommitdiff
path: root/editeng
diff options
context:
space:
mode:
Diffstat (limited to 'editeng')
-rw-r--r--editeng/source/editeng/impedit.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/editeng/source/editeng/impedit.cxx b/editeng/source/editeng/impedit.cxx
index 07901c0bd8e9..ad32674b4140 100644
--- a/editeng/source/editeng/impedit.cxx
+++ b/editeng/source/editeng/impedit.cxx
@@ -147,6 +147,7 @@ tools::Rectangle LOKSpecialPositioning::GetWindowPos(const tools::Rectangle& rDo
else
{
Point aNewPos(aPos.X() - aSz.Height(), aPos.Y());
+ // coverity[swapped_arguments : FALSE] - this is in the correct order
aRect = tools::Rectangle(aNewPos, Size(aSz.Height(), aSz.Width()));
}
return aRect;