sc/source/core/tool/ddelink.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 1671636d97902c7275a5f7646d92061b6bb4b827 Author: kkasliwal <kkasli...@hawk.iit.edu> AuthorDate: Mon Dec 30 15:45:35 2024 -0600 Commit: Ilmari Lauhakangas <ilmari.lauhakan...@libreoffice.org> CommitDate: Wed Jan 1 20:11:09 2025 +0100 tdf#114441 Convert use to sal_uLong to sal_uInt32 Change-Id: I26669ed7a15b27314e97ec29076d07f798a54ba0 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/179572 Tested-by: Jenkins Reviewed-by: Ilmari Lauhakangas <ilmari.lauhakan...@libreoffice.org> diff --git a/sc/source/core/tool/ddelink.cxx b/sc/source/core/tool/ddelink.cxx index 4c854321509e..6d9eab0775d0 100644 --- a/sc/source/core/tool/ddelink.cxx +++ b/sc/source/core/tool/ddelink.cxx @@ -165,7 +165,7 @@ sfx2::SvBaseLink::UpdateResult ScDdeLink::DataChanged( // SC_DDE_DEFAULT - number format from cell template "Standard" // SC_DDE_ENGLISH - standard number format for English/US // SC_DDE_TEXT - without NumberFormatter directly as string - sal_uLong nStdFormat = 0; + sal_uInt32 nStdFormat = 0; if ( nMode == SC_DDE_DEFAULT ) { nStdFormat = rDoc.getCellAttributeHelper().getDefaultCellAttribute().GetNumberFormat( pFormatter );