diff options
author | Kurt Zenker <kz@openoffice.org> | 2007-10-09 14:31:22 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2007-10-09 14:31:22 +0000 |
commit | 24e07f212113c9b6704a87cb0045fa905bdc3188 (patch) | |
tree | 9b8a1192a4f143d548cc63123822e7af8a4e60ea /sfx2 | |
parent | 5db62b83c782dc4ed06732ec6424705f86f2ab28 (diff) |
INTEGRATION: CWS basmgr03 (1.61.4); FILE MERGED
2007/07/31 08:55:05 fs 1.61.4.1: #i73331# UNO event for SFX_HINT_MODECHANGED
Diffstat (limited to 'sfx2')
-rw-r--r-- | sfx2/source/appl/appinit.cxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sfx2/source/appl/appinit.cxx b/sfx2/source/appl/appinit.cxx index e84bc7422cf2..0605a7838115 100644 --- a/sfx2/source/appl/appinit.cxx +++ b/sfx2/source/appl/appinit.cxx @@ -4,9 +4,9 @@ * * $RCSfile: appinit.cxx,v $ * - * $Revision: 1.61 $ + * $Revision: 1.62 $ * - * last change: $Author: obo $ $Date: 2007-07-18 13:39:40 $ + * last change: $Author: kz $ $Date: 2007-10-09 15:31:22 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -373,6 +373,7 @@ FASTBOOL SfxApplication::Initialize_Impl() SfxEventConfiguration::RegisterEvent(SFX_EVENT_SAVEDOCFAILED, String(), SfxObjectShell::GetEventNames_Impl()[23] ); SfxEventConfiguration::RegisterEvent(SFX_EVENT_SAVETODOCFAILED, String(), SfxObjectShell::GetEventNames_Impl()[24] ); SfxEventConfiguration::RegisterEvent(SFX_HINT_TITLECHANGED, String(), SfxObjectShell::GetEventNames_Impl()[25] ); + SfxEventConfiguration::RegisterEvent(SFX_HINT_MODECHANGED, String(), SfxObjectShell::GetEventNames_Impl()[26] ); // Subklasse initialisieren pAppData_Impl->bDowning = sal_False; |