From cfe9fcbedd38e62d16c0a1bfff90c040efd6c1d1 Mon Sep 17 00:00:00 2001 From: Matteo Casalin Date: Tue, 15 Dec 2015 20:46:34 +0100 Subject: sal_uLong/sal_uIntPtr/sal_uInt16 to sal_uInt32 also avoid some explicit temporaries and group some checks. Change-Id: I7795b208dde53fd383b8c75f72dd9f56429aea2b (cherry picked from commit cb98c423bbdada017a687186a5c06def6cb6f7a2) --- desktop/source/deployment/gui/license_dialog.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'desktop/source') diff --git a/desktop/source/deployment/gui/license_dialog.cxx b/desktop/source/deployment/gui/license_dialog.cxx index 9989d79eb0b2..e883772791dc 100644 --- a/desktop/source/deployment/gui/license_dialog.cxx +++ b/desktop/source/deployment/gui/license_dialog.cxx @@ -179,7 +179,7 @@ void LicenseView::Notify( SfxBroadcaster&, const SfxHint& rHint ) if ( pTextHint ) { bool bLastVal = EndReached(); - sal_uLong nId = pTextHint->GetId(); + const sal_uInt32 nId = pTextHint->GetId(); if ( nId == TEXT_HINT_PARAINSERTED ) { -- cgit