filter/source/msfilter/msdffimp.cxx |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit e016a9d8ac99209fe17034a3231e24dfb238b699
Author:     Manish <mbera.de...@gmail.com>
AuthorDate: Fri Dec 13 22:40:09 2024 +0530
Commit:     Ilmari Lauhakangas <ilmari.lauhakan...@libreoffice.org>
CommitDate: Wed Dec 18 09:59:30 2024 +0100

    tdf#114441 change the sal_uLong to sal_uInt8 in msdffimp
    
    Change-Id: I22dacda7966d0f680006f0e589bd6d95b5a6f4fb
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/178436
    Tested-by: Jenkins
    Reviewed-by: Ilmari Lauhakangas <ilmari.lauhakan...@libreoffice.org>

diff --git a/filter/source/msfilter/msdffimp.cxx 
b/filter/source/msfilter/msdffimp.cxx
index b208cbcb015e..3d1d45b509b1 100644
--- a/filter/source/msfilter/msdffimp.cxx
+++ b/filter/source/msfilter/msdffimp.cxx
@@ -6068,8 +6068,8 @@ void SvxMSDffManager::GetDrawingGroupContainerData( 
SvStream& rSt, sal_uInt32 nL
     // relevant data of all contained FBSEs in out pointer array.
     // We also count all found FBSEs in member nBLIPCount.
 
-    const sal_uLong nSkipBLIPLen = 20;  // skip to get to the nBLIPLen
-    const sal_uLong nSkipBLIPPos =  4;  // thereafter skip up to nBLIPPos
+    const sal_uInt8 nSkipBLIPLen = 20;  // skip to get to the nBLIPLen
+    const sal_uInt8 nSkipBLIPPos =  4;  // thereafter skip up to nBLIPPos
 
     sal_uInt32 nBLIPLen = 0, nBLIPPos = 0;
 

Reply via email to