summaryrefslogtreecommitdiffstats
path: root/desktop/inc
diff options
context:
space:
mode:
authorLubos Lunak <l.lunak@suse.cz>2011-01-18 16:46:26 -0500
committerKohei Yoshida <kyoshida@novell.com>2011-01-18 16:46:47 -0500
commitdfbece50ebaeaf45ea3f016d911b5de7c878afc5 (patch)
tree0c5adbfeb92b8fbe8ab3f7994cf2c3e615b98284 /desktop/inc
parentNo need to check for a failed condition since the value has an init value. (diff)
downloadcore-dfbece50ebaeaf45ea3f016d911b5de7c878afc5.tar.gz
core-dfbece50ebaeaf45ea3f016d911b5de7c878afc5.zip
Make --help and --version work even without $DISPLAY.
Signed-off-by: Kohei Yoshida <kyoshida@novell.com>
Diffstat (limited to 'desktop/inc')
-rw-r--r--desktop/inc/app.hxx4
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();