From e2655495d544d51db68bb6ce94b3264290533bad Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Mon, 6 Nov 2017 14:28:34 +0200 Subject: convert nDrawingContainerId to sal_uInt16 which is all that can be stored anyhow Change-Id: Iaec28a97ed25004715accafc0cbd4bd620bfbba9 Reviewed-on: https://gerrit.libreoffice.org/44360 Reviewed-by: Noel Grandin Tested-by: Noel Grandin --- include/filter/msfilter/msdffimp.hxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'include/filter/msfilter/msdffimp.hxx') diff --git a/include/filter/msfilter/msdffimp.hxx b/include/filter/msfilter/msdffimp.hxx index 03ebc81ccf6a..9e5e814016ba 100644 --- a/include/filter/msfilter/msdffimp.hxx +++ b/include/filter/msfilter/msdffimp.hxx @@ -449,15 +449,15 @@ protected: // objects in different drawing containers. void GetDrawingContainerData( SvStream& rSt, sal_uLong nLenDg, - const unsigned long nDrawingContainerId ); + sal_uInt16 nDrawingContainerId ); bool GetShapeGroupContainerData( SvStream& rSt, sal_uLong nLenShapeGroupCont, bool bPatriarch, - const unsigned long nDrawingContainerId ); + sal_uInt16 nDrawingContainerId ); bool GetShapeContainerData( SvStream& rSt, sal_uLong nLenShapeCont, sal_uLong nPosGroup, - const unsigned long nDrawingContainerId ); + sal_uInt16 nDrawingContainerId ); SdrObject* ImportGraphic( SvStream&, SfxItemSet&, const DffObjData& ); // #i32596# - pass to method -- cgit