summaryrefslogtreecommitdiff
path: root/include/filter/msfilter/msdffimp.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2017-11-06 14:28:34 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-11-07 07:33:05 +0100
commite2655495d544d51db68bb6ce94b3264290533bad (patch)
tree4e4bd58370a815412af94106c4822e0c2c67f9f1 /include/filter/msfilter/msdffimp.hxx
parent4f5469ed0bb4dce1dc62180eb3d1c5e0257f6cc3 (diff)
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 <noel.grandin@collabora.co.uk> Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/filter/msfilter/msdffimp.hxx')
-rw-r--r--include/filter/msfilter/msdffimp.hxx6
1 files changed, 3 insertions, 3 deletions
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 <nCalledByGroup> to method