framework/source/services/desktop.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit b8550f6a66af279a34731a2d7921fb63550e463b Author: Bjoern Michaelsen <[email protected]> Date: Mon Mar 5 09:21:38 2012 +0100 add a space diff --git a/framework/source/services/desktop.cxx b/framework/source/services/desktop.cxx index 3d164f0..8a03aa3 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(); } _______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
