diff options
author | Kohei Yoshida <kyoshida@novell.com> | 2011-01-19 11:15:15 -0500 |
---|---|---|
committer | Kohei Yoshida <kyoshida@novell.com> | 2011-01-19 11:27:40 -0500 |
commit | c3ccdabbb73bf84fa7516892683a23b1aa9ce4dd (patch) | |
tree | 0750b1ef9bc6c24ae86463cfe3bae57e004d3ee3 /desktop/inc/app.hxx | |
parent | 5d0fe3c2ee20168384330b59b3367c47a31225d6 (diff) |
Create process service factory early in all platforms.
Just so that we can remove one #ifdef UNX guard. The less of those
the easier to maintain.
Diffstat (limited to 'desktop/inc/app.hxx')
-rw-r--r-- | desktop/inc/app.hxx | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/desktop/inc/app.hxx b/desktop/inc/app.hxx index d3c5c7f9d641..a525a2960440 100644 --- a/desktop/inc/app.hxx +++ b/desktop/inc/app.hxx @@ -137,9 +137,7 @@ class Desktop : public Application void SetSplashScreenText( const ::rtl::OUString& rText ); void SetSplashScreenProgress( sal_Int32 ); -#ifdef UNX - void EarlyCommandLineArgsPrepare(); -#endif + void CreateProcessServiceFactory(); private: // Bootstrap methods |