diff options
author | Bjoern Michaelsen <bjoern.michaelsen@canonical.com> | 2012-03-05 09:21:38 +0100 |
---|---|---|
committer | Bjoern Michaelsen <bjoern.michaelsen@canonical.com> | 2012-03-05 09:21:38 +0100 |
commit | b8550f6a66af279a34731a2d7921fb63550e463b (patch) | |
tree | e8dad6e714529cddab14090dbf295e59fbece25a /framework | |
parent | 345693a06b853a11d9b8bdb64016ddb894cc8371 (diff) |
add a space
Diffstat (limited to 'framework')
-rw-r--r-- | framework/source/services/desktop.cxx | 2 |
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(); } |