diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2004-02-03 19:02:17 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2004-02-03 19:02:17 +0000 |
commit | 742941e3c380f3bc9852a0fcec036d2e950c782a (patch) | |
tree | ce12fe1763c0d9fcaa0137e7570856f284ac3c62 /desktop/inc | |
parent | aaa524b3ffb2defc1f587f82fa575b48be6a792b (diff) |
INTEGRATION: CWS dialogdiet (1.20.70); FILE MERGED
2003/12/01 18:58:56 mba 1.20.70.2: RESYNC: (1.20-1.21); FILE MERGED
2003/11/28 11:50:02 mba 1.20.70.1: #i22972#: FilterHdl for Graphics moved to desktop
Diffstat (limited to 'desktop/inc')
-rw-r--r-- | desktop/inc/app.hxx | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/desktop/inc/app.hxx b/desktop/inc/app.hxx index 253ee81ec6db..e1b9759bfa3c 100644 --- a/desktop/inc/app.hxx +++ b/desktop/inc/app.hxx @@ -2,9 +2,9 @@ * * $RCSfile: app.hxx,v $ * - * $Revision: 1.21 $ + * $Revision: 1.22 $ * - * last change: $Author: hr $ $Date: 2003-11-07 14:50:48 $ + * last change: $Author: hr $ $Date: 2004-02-03 20:02:17 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -113,7 +113,7 @@ class IntroWindow_Impl; class CommandLineArgs; class Lockfile; class AcceptorMap : public std::map< OUString, Reference<XInitialization> > {}; - +struct ConvertData; class Desktop : public Application { public: @@ -189,6 +189,7 @@ class Desktop : public Application void CloseSplashScreen(); void EnableOleAutomation(); + DECL_LINK( ImplInitFilterHdl, ConvertData* ); 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 |