summaryrefslogtreecommitdiff
path: root/desktop
diff options
context:
space:
mode:
Diffstat (limited to 'desktop')
-rw-r--r--desktop/source/app/app.cxx7
1 files changed, 4 insertions, 3 deletions
diff --git a/desktop/source/app/app.cxx b/desktop/source/app/app.cxx
index eb938930885e..9ffe7648c011 100644
--- a/desktop/source/app/app.cxx
+++ b/desktop/source/app/app.cxx
@@ -565,9 +565,10 @@ OUString ReplaceStringHookProc( const OUString& rStr )
}
Desktop::Desktop()
-: m_bCleanedExtensionCache( false )
-, m_bServicesRegistered( false )
-, m_aBootstrapError( BE_OK )
+ : m_bCleanedExtensionCache(false)
+ , m_bServicesRegistered(false)
+ , m_aBootstrapError(BE_OK)
+ , m_aBootstrapStatus(BS_OK)
{
SAL_INFO( "desktop.app", "desktop (cd100003) ::Desktop::Desktop" );
}