summaryrefslogtreecommitdiff
path: root/filter
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2017-10-25 21:07:08 +0100
committerCaolán McNamara <caolanm@redhat.com>2017-10-25 21:07:14 +0100
commit5114545da67c1e541dd846e130cc72ac0c031bae (patch)
tree720bd30fb1bf0d427b04d3f0ac583446ff01d021 /filter
parent8a79965551b3f59942db9d9a258118b9dd9f6122 (diff)
no matching overload found
Change-Id: I6d494a8a93ff2997aac5cb7ea57f3132dac469b7
Diffstat (limited to 'filter')
-rw-r--r--filter/source/msfilter/svdfppt.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/filter/source/msfilter/svdfppt.cxx b/filter/source/msfilter/svdfppt.cxx
index 64576db867cf..d64572755337 100644
--- a/filter/source/msfilter/svdfppt.cxx
+++ b/filter/source/msfilter/svdfppt.cxx
@@ -838,7 +838,7 @@ SdrObject* SdrEscherImport::ProcessObj( SvStream& rSt, DffObjData& rObjData, voi
{
bVerticalText = !bVerticalText;
}
- const bool bFail = o3tl::checked_multiply(nFontDirection, 9000, nFontDirection);
+ const bool bFail = o3tl::checked_multiply<sal_Int32>(nFontDirection, 9000, nFontDirection);
if (!bFail)
nTextRotationAngle -= nFontDirection;
else