summaryrefslogtreecommitdiff
path: root/desktop/inc/app.hxx
diff options
context:
space:
mode:
authorCarsten Driesner <cd@openoffice.org>2001-07-24 09:24:30 +0000
committerCarsten Driesner <cd@openoffice.org>2001-07-24 09:24:30 +0000
commitaf44abf744b2ebd40c332b0bfc771164ea244730 (patch)
treebc010dbe65356acf437e75e95ebbff5c69be09fb /desktop/inc/app.hxx
parenta8ced6989bfff200916f24bbd51be098e9724a61 (diff)
#89023# new method to create splash screen
Diffstat (limited to 'desktop/inc/app.hxx')
-rw-r--r--desktop/inc/app.hxx7
1 files changed, 3 insertions, 4 deletions
diff --git a/desktop/inc/app.hxx b/desktop/inc/app.hxx
index d55211f942..aea54383af 100644
--- a/desktop/inc/app.hxx
+++ b/desktop/inc/app.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: app.hxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: cd $ $Date: 2001-07-19 12:33:30 $
+ * last change: $Author: cd $ $Date: 2001-07-24 10:23:59 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -93,13 +93,12 @@ class Desktop : public Application //public SfxApplicationClass
static ResMgr* GetDesktopResManager();
private:
- void OpenStartupScreen( const char* );
+ void OpenStartupScreen();
void CloseStartupScreen();
sal_Bool m_bMinimized;
sal_Bool m_bInvisible;
USHORT m_nAppEvents;
- ResMgr* m_pLabelResMgr;
IntroWindow_Impl* m_pIntro;
static ResMgr* pResMgr;