summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2005-11-03 11:05:44 +0000
committerKurt Zenker <kz@openoffice.org>2005-11-03 11:05:44 +0000
commit34d4ee3df1e5d7a89e8c66322a4f254bb9ff41fc (patch)
treea3e2cf01d883b6fb4c818fbd1c3bbd68570cb40f
parentd9b0158d715a75f1d51685be2d70277613946b9a (diff)
INTEGRATION: CWS fwk23 (1.58.46); FILE MERGED
2005/10/18 08:32:35 abi 1.58.46.2: RESYNC: (1.58-1.60); FILE MERGED 2005/09/08 11:53:25 mav 1.58.46.1: #i45723# notify about change of the document title
-rw-r--r--sfx2/source/doc/objxtor.cxx9
1 files changed, 6 insertions, 3 deletions
diff --git a/sfx2/source/doc/objxtor.cxx b/sfx2/source/doc/objxtor.cxx
index 5dfefd2b8ed0..a0c67319efb3 100644
--- a/sfx2/source/doc/objxtor.cxx
+++ b/sfx2/source/doc/objxtor.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: objxtor.cxx,v $
*
- * $Revision: 1.60 $
+ * $Revision: 1.61 $
*
- * last change: $Author: kz $ $Date: 2005-10-06 11:14:47 $
+ * last change: $Author: kz $ $Date: 2005-11-03 12:05:44 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -833,7 +833,7 @@ SEQUENCE< OUSTRING > SfxObjectShell::GetEventNames_Impl()
::vos::OGuard aGuard( Application::GetSolarMutex() );
if ( !pEventNameContainer )
{
- static uno::Sequence< ::rtl::OUString > aEventNameContainer( 25 );
+ static uno::Sequence< ::rtl::OUString > aEventNameContainer( 26 );
// SFX_EVENT_STARTAPP
aEventNameContainer[0] = ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "OnStartApp" ) );
@@ -909,6 +909,9 @@ SEQUENCE< OUSTRING > SfxObjectShell::GetEventNames_Impl()
// SFX_EVENT_SAVETODOCFAILED
aEventNameContainer[24] = ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "OnCopyToFailed" ) );
+ // SFX_HINT_TITLECHANGED
+ aEventNameContainer[25] = ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "TitleChanged" ) );
+
pEventNameContainer = &aEventNameContainer;
}
}