From b8550f6a66af279a34731a2d7921fb63550e463b Mon Sep 17 00:00:00 2001 From: Bjoern Michaelsen Date: Mon, 5 Mar 2012 09:21:38 +0100 Subject: add a space --- framework/source/services/desktop.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'framework') 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(); } -- cgit