diff options
Diffstat (limited to 'desktop/inc')
-rw-r--r-- | desktop/inc/app.hxx | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/desktop/inc/app.hxx b/desktop/inc/app.hxx index b4683f4e9522..d3c5c7f9d641 100644 --- a/desktop/inc/app.hxx +++ b/desktop/inc/app.hxx @@ -137,6 +137,10 @@ class Desktop : public Application void SetSplashScreenText( const ::rtl::OUString& rText ); void SetSplashScreenProgress( sal_Int32 ); +#ifdef UNX + void EarlyCommandLineArgsPrepare(); +#endif + private: // Bootstrap methods ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory > CreateApplicationServiceManager(); |