diff options
author | Jan Holesovsky <kendy@suse.cz> | 2010-10-12 15:32:09 +0100 |
---|---|---|
committer | Michael Meeks <michael.meeks@novell.com> | 2010-10-12 15:40:42 +0100 |
commit | e9fe1e24fbe38a8056f0ed65a1f35f199a8a3869 (patch) | |
tree | 0c48f10dc073b739efde020c7f960b7c772f722d /desktop/inc | |
parent | 20658054d8bd6380b4b175b552ccc1480c49d01c (diff) |
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.hxx | 1 |
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); |