From a844f01f0ec69372b738758bb8f090b656cf168d Mon Sep 17 00:00:00 2001 From: Tobias Koenig Date: Thu, 23 Nov 2006 16:12:07 +0000 Subject: [PATCH] SVN_SILENT warning-- svn path=/trunk/playground/graphics/okular/; revision=607196 --- core/document.cpp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/core/document.cpp b/core/document.cpp index 61afb9ed0..3103dd20f 100644 --- a/core/document.cpp +++ b/core/document.cpp @@ -1432,6 +1432,9 @@ void Document::processLink( const Link * link ) //const LinkMovie * browse = static_cast< const LinkMovie * >( link ); // TODO this (Movie link) break; + case Link::Sound: + // TODO this (Sound link) + break; } } @@ -1599,7 +1602,7 @@ QString Document::pagesSizeString() const QString Document::localizedSize(const QSizeF &size) const { - double inchesWidth, inchesHeight; + double inchesWidth = 0, inchesHeight = 0; switch (generator->pagesSizeMetric()) { case Generator::Points: