[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[SCM] LibreOffice packaging repository branch, debian-experimental-3.5, updated. libreoffice_3.5.0-2-56-g13faac9



The following commit has been merged in the debian-experimental-3.5 branch:
commit ab42607c157cdb5ece562852fa7757fef674defb
Author: Bjoern Michaelsen <bjoern.michaelsen@canonical.com>
Date:   Mon Mar 5 08:38:16 2012 +0100

    actually give the quickstarter suppressor instance a scope

diff --git a/patches/fix-quickstart-shutdown.diff b/patches/fix-quickstart-shutdown.diff
index 6bf35c7..a2887c4 100644
--- a/patches/fix-quickstart-shutdown.diff
+++ b/patches/fix-quickstart-shutdown.diff
@@ -48,7 +48,7 @@ index eccd010..7050adb 100644
 +bool SAL_CALL Desktop::terminateQuickstarterToo()
 +    throw( css::uno::RuntimeException )
 +{
-+    QuickstartSuppressor(this, m_xQuickLauncher);
++    QuickstartSuppressor aQuickstartSuppressor(this, m_xQuickLauncher);
 +    return terminate();
 +}
  

-- 
LibreOffice packaging repository


Reply to: