summaryrefslogtreecommitdiff
path: root/framework
diff options
context:
space:
mode:
authorBjoern Michaelsen <bjoern.michaelsen@canonical.com>2012-03-05 09:21:38 +0100
committerBjoern Michaelsen <bjoern.michaelsen@canonical.com>2012-03-05 09:21:38 +0100
commitb8550f6a66af279a34731a2d7921fb63550e463b (patch)
treee8dad6e714529cddab14090dbf295e59fbece25a /framework
parent345693a06b853a11d9b8bdb64016ddb894cc8371 (diff)
add a space
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 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();
}