[Libreoffice-commits] .: framework/source

Bjoern Michaelsen bmichaelsen at kemper.freedesktop.org
Sun Mar 4 23:50:40 PST 2012


 framework/source/services/desktop.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit f3d78616dfc0805ff31038e00148e115d409ef9a
Author: Bjoern Michaelsen <bjoern.michaelsen at canonical.com>
Date:   Mon Mar 5 08:50:10 2012 +0100

    lp#562027: actually give the quickstart suppressor a scope

diff --git a/framework/source/services/desktop.cxx b/framework/source/services/desktop.cxx
index 6c63aea..3d164f0 100644
--- a/framework/source/services/desktop.cxx
+++ b/framework/source/services/desktop.cxx
@@ -428,7 +428,7 @@ namespace
 bool SAL_CALL Desktop::terminateQuickstarterToo()
     throw( css::uno::RuntimeException )
 {
-    QuickstartSuppressor(this, m_xQuickLauncher);
+    QuickstartSuppressoraQuickstartSuppressor(this, m_xQuickLauncher);
     return terminate();
 }
 


More information about the Libreoffice-commits mailing list