summaryrefslogtreecommitdiff
path: root/filter
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2017-03-25 10:30:17 +0100
committerStephan Bergmann <sbergman@redhat.com>2017-03-25 12:50:48 +0000
commit0f9b0f471249910787c4da111363efc57bf316d9 (patch)
tree15b4c2c3cbb5ef1c64ee3090ec42a01d2ba64d56 /filter
parent7c5f01fcd8659d2c94f7d92beb261cb225787b0e (diff)
loplugin:redundantcast
Change-Id: I7f20df3b568f9c33a66726202952dbf4232132c6 Reviewed-on: https://gerrit.libreoffice.org/35677 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'filter')
-rw-r--r--filter/source/msfilter/eschesdo.cxx2
1 files changed, 1 insertions, 1 deletions
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 ); \
}