[Libreoffice-commits] core.git: filter/source
Stephan Bergmann
sbergman at redhat.com
Sat Mar 25 12:51:18 UTC 2017
filter/source/msfilter/eschesdo.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 0f9b0f471249910787c4da111363efc57bf316d9
Author: Stephan Bergmann <sbergman at redhat.com>
Date: Sat Mar 25 10:30:17 2017 +0100
loplugin:redundantcast
Change-Id: I7f20df3b568f9c33a66726202952dbf4232132c6
Reviewed-on: https://gerrit.libreoffice.org/35677
Tested-by: Jenkins <ci at libreoffice.org>
Reviewed-by: Stephan Bergmann <sbergman at redhat.com>
diff --git a/filter/source/msfilter/eschesdo.cxx b/filter/source/msfilter/eschesdo.cxx
index 79b8e01a48b5..95bd490582af 100644
--- a/filter/source/msfilter/eschesdo.cxx
+++ b/filter/source/msfilter/eschesdo.cxx
@@ -146,7 +146,7 @@ void ImplEESdrWriter::ImplFlipBoundingBox( ImplEESdrObject& rObj, EscherProperty
nShapeType = nType; \
nShapeID = mpEscherEx->GenerateShapeId(); \
rObj.SetShapeId( nShapeID ); \
- mpEscherEx->AddShape( (sal_uInt32)nType, (sal_uInt32)nFlags, nShapeID ); \
+ mpEscherEx->AddShape( (sal_uInt32)nType, nFlags, nShapeID ); \
rSolverContainer.AddShape( rObj.GetShapeRef(), nShapeID ); \
}
More information about the Libreoffice-commits
mailing list