diff options
author | Oliver Bolte <obo@openoffice.org> | 2008-01-04 14:10:24 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2008-01-04 14:10:24 +0000 |
commit | 53ed4425fc756d2554524e28cdee2b50c8d9aca8 (patch) | |
tree | 082c58b719438fce721d04dc52c9da20506c800f /sfx2/source/inc | |
parent | 39a2a2d2436db4396e38bc719bdaa58333345645 (diff) |
INTEGRATION: CWS mba24issues01 (1.14.194); FILE MERGED
2007/12/13 18:02:08 mba 1.14.194.2: RESYNC: (1.14-1.16); FILE MERGED
2007/11/01 10:29:08 mba 1.14.194.1: #i82726#: remove LateInitTimer
Diffstat (limited to 'sfx2/source/inc')
-rw-r--r-- | sfx2/source/inc/appdata.hxx | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/sfx2/source/inc/appdata.hxx b/sfx2/source/inc/appdata.hxx index 84de7e0b0fd4..d5c651a4cbaf 100644 --- a/sfx2/source/inc/appdata.hxx +++ b/sfx2/source/inc/appdata.hxx @@ -4,9 +4,9 @@ * * $RCSfile: appdata.hxx,v $ * - * $Revision: 1.16 $ + * $Revision: 1.17 $ * - * last change: $Author: ihi $ $Date: 2007-11-26 18:24:02 $ + * last change: $Author: obo $ $Date: 2008-01-04 15:10:24 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -100,7 +100,6 @@ class SfxAppData_Impl { public: IndexBitSet aIndexBitSet; // for counting noname documents - Timer aLateInitTimer; String aLastDir; // for IO dialog // DDE stuff @@ -180,7 +179,6 @@ public: void UpdateApplicationSettings( BOOL bDontHide ); SfxDocumentTemplates* GetDocumentTemplates(); - DECL_STATIC_LINK( SfxAppData_Impl, CreateDocumentTemplates, void* ); void DeInitDDE(); /** called when the Application's BasicManager has been created. This can happen |