summaryrefslogtreecommitdiff
path: root/desktop/inc/app.hxx
diff options
context:
space:
mode:
authorFrank Schönheit <fs@openoffice.org>2001-08-01 11:09:09 +0000
committerFrank Schönheit <fs@openoffice.org>2001-08-01 11:09:09 +0000
commit0a199d47424891812819a45fc0600010fd359fb8 (patch)
treee18b1b953ccbf77e4568a5d325007054a5db013e /desktop/inc/app.hxx
parent64390a458638c72fa5758883dd33070ea15b1c30 (diff)
#88530# code for extra initialization if the office is started the first time
Diffstat (limited to 'desktop/inc/app.hxx')
-rw-r--r--desktop/inc/app.hxx15
1 files changed, 13 insertions, 2 deletions
diff --git a/desktop/inc/app.hxx b/desktop/inc/app.hxx
index aea54383af..11ca791f78 100644
--- a/desktop/inc/app.hxx
+++ b/desktop/inc/app.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: app.hxx,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: cd $ $Date: 2001-07-24 10:23:59 $
+ * last change: $Author: fs $ $Date: 2001-08-01 12:09:09 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -96,6 +96,17 @@ class Desktop : public Application //public SfxApplicationClass
void OpenStartupScreen();
void CloseStartupScreen();
+ DECL_LINK( AsyncInitFirstRun, void* );
+
+ /** checks if the office is run the first time
+ <p>If so, <method>DoFirstRunInitializations</method> is called (asynchronously and delayed) and the
+ respective flag in the configuration is reset.</p>
+ */
+ void CheckFirstRun( );
+
+ /// does initializations which are necessary for the first run of the office
+ void DoFirstRunInitializations();
+
sal_Bool m_bMinimized;
sal_Bool m_bInvisible;
USHORT m_nAppEvents;