summaryrefslogtreecommitdiff
path: root/sfx2
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2005-11-03 11:05:19 +0000
committerKurt Zenker <kz@openoffice.org>2005-11-03 11:05:19 +0000
commitd9b0158d715a75f1d51685be2d70277613946b9a (patch)
tree9bdeb58c3f185e0beef57e46bd909d1541119bfe /sfx2
parentc2e4b6de0a185e4143dd8ace6a7abf5b70235175 (diff)
INTEGRATION: CWS fwk23 (1.49.46); FILE MERGED
2005/10/18 07:45:20 abi 1.49.46.2: RESYNC: (1.49-1.50); FILE MERGED 2005/09/08 11:53:24 mav 1.49.46.1: #i45723# notify about change of the document title
Diffstat (limited to 'sfx2')
-rw-r--r--sfx2/source/appl/appinit.cxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/sfx2/source/appl/appinit.cxx b/sfx2/source/appl/appinit.cxx
index c1d76196257d..89ef826b0d3e 100644
--- a/sfx2/source/appl/appinit.cxx
+++ b/sfx2/source/appl/appinit.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: appinit.cxx,v $
*
- * $Revision: 1.50 $
+ * $Revision: 1.51 $
*
- * last change: $Author: rt $ $Date: 2005-09-07 17:34:09 $
+ * last change: $Author: kz $ $Date: 2005-11-03 12:05:19 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -353,6 +353,7 @@ FASTBOOL SfxApplication::Initialize_Impl()
SfxEventConfiguration::RegisterEvent(SFX_EVENT_SAVEASDOCFAILED, String(), SfxObjectShell::GetEventNames_Impl()[22] );
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] );
// Subklasse initialisieren
bDowning = sal_False;