diff options
author | Ivo Hinkelmann <ihi@openoffice.org> | 2009-09-18 12:52:22 +0000 |
---|---|---|
committer | Ivo Hinkelmann <ihi@openoffice.org> | 2009-09-18 12:52:22 +0000 |
commit | d316e5f2e9b6900d270a156597cf5eb533c4c4a1 (patch) | |
tree | e561f8d91334b4e13e947723d1c84dc6c7f3555f /sfx2 | |
parent | 68d26cc9d7ec389e1bbf3ac8851613f4e46b6689 (diff) |
#i10000# buildfix
Diffstat (limited to 'sfx2')
-rw-r--r-- | sfx2/source/doc/objxtor.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/source/doc/objxtor.cxx b/sfx2/source/doc/objxtor.cxx index 36a3673e0d6a..c670f07aba0f 100644 --- a/sfx2/source/doc/objxtor.cxx +++ b/sfx2/source/doc/objxtor.cxx @@ -582,7 +582,7 @@ sal_uInt16 SfxObjectShell::PrepareClose } } - SFX_APP()->NotifyEvent( SfxEventHint(SFX_EVENT_PREPARECLOSEDOC, this) ); + SFX_APP()->NotifyEvent( SfxEventHint(SFX_EVENT_PREPARECLOSEDOC, GlobalEventConfig::GetEventName(STR_EVENT_PREPARECLOSEDOC), this) ); if( GetCreateMode() == SFX_CREATE_MODE_EMBEDDED ) { |