From 0874abee0d6a238ad5a79627410e0dd5689be4e4 Mon Sep 17 00:00:00 2001 From: Niklas Nebel Date: Thu, 5 Jul 2001 13:15:31 +0000 Subject: #88398# SetDispatcherLock: lock only dispatchers of calc views --- sc/source/ui/miscdlgs/tabopdlg.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sc/source/ui/miscdlgs/tabopdlg.cxx') diff --git a/sc/source/ui/miscdlgs/tabopdlg.cxx b/sc/source/ui/miscdlgs/tabopdlg.cxx index 059a0bc57280..798ce4bdccad 100644 --- a/sc/source/ui/miscdlgs/tabopdlg.cxx +++ b/sc/source/ui/miscdlgs/tabopdlg.cxx @@ -2,9 +2,9 @@ * * $RCSfile: tabopdlg.cxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: dr $ $Date: 2001-05-23 17:00:22 $ + * last change: $Author: nn $ $Date: 2001-07-05 14:12:33 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -350,7 +350,7 @@ IMPL_LINK( ScTabOpDlg, BtnHdl, PushButton*, pBtn ) nMode ); ScTabOpItem aOutItem( SID_TABOP, &aOutParam ); - SFX_APP()->LockDispatcher( FALSE ); + SetDispatcherLock( FALSE ); SwitchToDocument(); GetBindings().GetDispatcher()->Execute( SID_TABOP, SFX_CALLMODE_SLOT | SFX_CALLMODE_RECORD, -- cgit