From 04bca5d65bd16e98a696479516e60bbed1809761 Mon Sep 17 00:00:00 2001 From: Angus Leeming Date: Thu, 5 Jan 2006 01:05:01 +0000 Subject: [PATCH] SVN_SILENT: Whitespace only (sync with QDVI). svn path=/trunk/KDE/kdegraphics/kviewshell/plugins/dvi/; revision=494424 --- dviRenderer.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/dviRenderer.cpp b/dviRenderer.cpp index 8844abc60..80481efc7 100644 --- a/dviRenderer.cpp +++ b/dviRenderer.cpp @@ -232,7 +232,7 @@ void dviRenderer::showThatSourceInformationIsPresent() if (showMsg) { KDialogBase dialog(i18n("KDVI: Information"), KDialogBase::Yes, KDialogBase::Yes, KDialogBase::Yes, - parentWidget, "information", true, true,KStdGuiItem::ok() ); + parentWidget, "information", true, true, KStdGuiItem::ok()); KVBox *topcontents = new KVBox (&dialog); topcontents->setSpacing(KDialog::spacingHint()*2); @@ -293,7 +293,6 @@ void dviRenderer::embedPostScript() embedPS_progress->progressBar()->setProgress(0); embedPS_numOfProgressedFiles = 0; - quint16 currPageSav = current_page; errorMsg = QString::null; for(current_page=0; current_page < dviFile->total_pages; current_page++) {