summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 3d164f0a0526..8a03aa331b83 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 )
{
- QuickstartSuppressoraQuickstartSuppressor(this, m_xQuickLauncher);
+ QuickstartSuppressor aQuickstartSuppressor(this, m_xQuickLauncher);
return terminate();
}