Kaydet (Commit) bc6b28c7 authored tarafından Thomas Arnhold's avatar Thomas Arnhold

cppcheck: Function parameter 'rSize' should be passed by reference

Change-Id: I57ee617169a49d338f24c85c6fc4116104c2a6ab
üst f8eac3a4
......@@ -822,7 +822,7 @@ private:
struct PostponedOLE
{
PostponedOLE( SwOLENode* rObject, const Size rSize, const SwFlyFrmFmt* rFrame ) : object( rObject ), size( rSize ), frame( rFrame ) {};
PostponedOLE( SwOLENode* rObject, const Size& rSize, const SwFlyFrmFmt* rFrame ) : object( rObject ), size( rSize ), frame( rFrame ) {};
SwOLENode* object;
const Size size;
const SwFlyFrmFmt* frame;
......
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