summaryrefslogtreecommitdiffstats
path: root/desktop/inc
diff options
context:
space:
mode:
authorJan Holesovsky <kendy@suse.cz>2010-10-12 15:32:09 +0100
committerMichael Meeks <michael.meeks@novell.com>2010-10-12 15:40:42 +0100
commite9fe1e24fbe38a8056f0ed65a1f35f199a8a3869 (patch)
tree0c48f10dc073b739efde020c7f960b7c772f722d /desktop/inc
parent#i112786# make ConfigManager a well-behaved singleton (diff)
downloadcore-e9fe1e24fbe38a8056f0ed65a1f35f199a8a3869.tar.gz
core-e9fe1e24fbe38a8056f0ed65a1f35f199a8a3869.zip
Implement unix quick-starter
Kendy's standalone unix-quick-starter, with tweaks to make it conditionally compiled, and load png images with the new branding layout from Michael. Fixes to the soffice shell-script to not run pagein for a 2nd start
Diffstat (limited to 'desktop/inc')
-rw-r--r--desktop/inc/app.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/desktop/inc/app.hxx b/desktop/inc/app.hxx
index c5cb6aa1e789..0690828081c5 100644
--- a/desktop/inc/app.hxx
+++ b/desktop/inc/app.hxx
@@ -86,6 +86,7 @@ class Desktop : public Application
~Desktop();
virtual void Main( );
virtual void Init();
+ virtual void InitFinished();
virtual void DeInit();
virtual BOOL QueryExit();
virtual USHORT Exception(USHORT nError);