summaryrefslogtreecommitdiffstats
path: root/desktop/inc
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2013-02-01 13:28:32 +0200
committerNoel Grandin <noel@peralex.com>2013-02-11 08:02:18 +0200
commit0cd4caa547a75316c6b3f2992dd66b2294c6f1ae (patch)
tree7936ffb501740f7a53c18ed679f27ee1ec76b1ef /desktop/inc
parentfdo#46808, convert form::runtime::FormController to new-style (diff)
downloadcore-0cd4caa547a75316c6b3f2992dd66b2294c6f1ae.tar.gz
core-0cd4caa547a75316c6b3f2992dd66b2294c6f1ae.zip
fdo#46808, convert code in desktop module to XComponentContext
Change-Id: I79a22f52ebe59f8f89291d4e6e78bd37817cd047
Diffstat (limited to 'desktop/inc')
-rw-r--r--desktop/inc/app.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/inc/app.hxx b/desktop/inc/app.hxx
index 8fd1b58103f5..2f44f7307d13 100644
--- a/desktop/inc/app.hxx
+++ b/desktop/inc/app.hxx
@@ -148,7 +148,7 @@ class Desktop : public Application
bool InitializeConfiguration();
void FlushConfiguration();
static sal_Bool shouldLaunchQuickstart();
- sal_Bool InitializeQuickstartMode( com::sun::star::uno::Reference< com::sun::star::lang::XMultiServiceFactory >& rSMgr );
+ sal_Bool InitializeQuickstartMode( const com::sun::star::uno::Reference< com::sun::star::uno::XComponentContext >& rxContext );
void HandleBootstrapPathErrors( ::utl::Bootstrap::Status, const ::rtl::OUString& aMsg );
void StartSetup( const ::rtl::OUString& aParameters );