Kaydet (Commit) 0160fd3f authored tarafından Stephan Bergmann's avatar Stephan Bergmann

QueueInfo::GetJobs returns sal_uInt32

...ever since at least a02e8af5 "INTEGRATION:
CWS hedaburemove01"

Change-Id: Ie363f02ed5b8ceaca4bd45f2bc1621e351a19ac9
Reviewed-on: https://gerrit.libreoffice.org/67467
Tested-by: Jenkins
Reviewed-by: 's avatarStephan Bergmann <sbergman@redhat.com>
üst c3cfe8f7
......@@ -198,7 +198,7 @@ OUString ImplPrnDlgGetStatusText( const QueueInfo& rInfo )
aStr = ImplPrnDlgAddResString( aStr, STR_SVT_PRNDLG_POWER_SAVE );
// Number of jobs
sal_uLong nJobs = rInfo.GetJobs();
sal_uInt32 nJobs = rInfo.GetJobs();
if ( nJobs && (nJobs != QUEUE_JOBS_DONTKNOW) )
{
OUString aJobStr( SvtResId( STR_SVT_PRNDLG_JOBCOUNT ) );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment