filter/source/msfilter/svdfppt.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 5114545da67c1e541dd846e130cc72ac0c031bae
Author: Caolán McNamara <caol...@redhat.com>
Date:   Wed Oct 25 21:07:08 2017 +0100

    no matching overload found
    
    Change-Id: I6d494a8a93ff2997aac5cb7ea57f3132dac469b7

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
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to