From c4706528d4d2a5d79c91c0d6fa5f9de0b016c27b Mon Sep 17 00:00:00 2001 From: Zolnai Tamás Date: Tue, 18 Nov 2014 18:39:49 +0100 Subject: Missing parentheses Change-Id: Id6c096d09b984039d54a1d152cf0da594aaf203d --- svtools/qa/unit/GraphicObjectTest.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'svtools/qa') diff --git a/svtools/qa/unit/GraphicObjectTest.cxx b/svtools/qa/unit/GraphicObjectTest.cxx index 2ece5e06002c..26298ae9441f 100644 --- a/svtools/qa/unit/GraphicObjectTest.cxx +++ b/svtools/qa/unit/GraphicObjectTest.cxx @@ -214,7 +214,7 @@ void GraphicObjectTest::testSizeBasedAutoSwap() // Use bigger cache { GraphicManager& rGrfMgr = pGrafObj1->GetGraphicManager(); - rGrfMgr.SetMaxCacheSize(pGrafObj1->GetSizeBytes()+pGrafObj2->GetSizeBytes()*10); + rGrfMgr.SetMaxCacheSize((pGrafObj1->GetSizeBytes()+pGrafObj2->GetSizeBytes())*10); } // Swap in both images -> both should be swapped in { -- cgit