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

New commits:
commit f3d78616dfc0805ff31038e00148e115d409ef9a
Author: Bjoern Michaelsen <bjoern.michael...@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();
 }
 
_______________________________________________
Libreoffice-commits mailing list
Libreoffice-commits@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to