summaryrefslogtreecommitdiff
path: root/framework
diff options
context:
space:
mode:
authorBjoern Michaelsen <bjoern.michaelsen@canonical.com>2012-03-05 08:50:10 +0100
committerBjoern Michaelsen <bjoern.michaelsen@canonical.com>2012-03-05 08:50:10 +0100
commitf3d78616dfc0805ff31038e00148e115d409ef9a (patch)
tree261a7a8248fee5c686053d30597a133250870e18 /framework
parent08d65d27827d462fcf7f9768a22352f405a13955 (diff)
lp#562027: actually give the quickstart suppressor a scope
Diffstat (limited to 'framework')
-rw-r--r--framework/source/services/desktop.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/source/services/desktop.cxx b/framework/source/services/desktop.cxx
index 6c63aea9b7ef..3d164f0a0526 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();
}