summaryrefslogtreecommitdiff
path: root/sc/source/ui/dbgui/pvlaydlg.cxx
diff options
context:
space:
mode:
authorNiklas Nebel <nn@openoffice.org>2001-07-05 13:15:31 +0000
committerNiklas Nebel <nn@openoffice.org>2001-07-05 13:15:31 +0000
commit0874abee0d6a238ad5a79627410e0dd5689be4e4 (patch)
tree84d5cdaee2a9c75f132df0c54435cc0403ffe2eb /sc/source/ui/dbgui/pvlaydlg.cxx
parent4f42e901982847bd88dce24c7f3934e0b698375c (diff)
#88398# SetDispatcherLock: lock only dispatchers of calc views
Diffstat (limited to 'sc/source/ui/dbgui/pvlaydlg.cxx')
-rw-r--r--sc/source/ui/dbgui/pvlaydlg.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sc/source/ui/dbgui/pvlaydlg.cxx b/sc/source/ui/dbgui/pvlaydlg.cxx
index ad5c9e7c3931..50c435782c0c 100644
--- a/sc/source/ui/dbgui/pvlaydlg.cxx
+++ b/sc/source/ui/dbgui/pvlaydlg.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: pvlaydlg.cxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: dr $ $Date: 2001-06-14 09:21:43 $
+ * last change: $Author: nn $ $Date: 2001-07-05 14:13:35 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -337,7 +337,7 @@ void __EXPORT ScPivotLayoutDlg::Init()
aBtnTotalCol .Check( thePivotData.bMakeTotalCol );
aBtnTotalRow .Check( thePivotData.bMakeTotalRow );
-// SFX_APP()->LockDispatcher( TRUE ); // Modal-Modus einschalten
+// SetDispatcherLock( TRUE ); // Modal-Modus einschalten
//@BugID 54702 Enablen/Disablen nur noch in Basisklasse
//SFX_APPWINDOW->Disable(FALSE); //! allgemeine Methode im ScAnyRefDlg
@@ -1220,7 +1220,7 @@ IMPL_LINK( ScPivotLayoutDlg, OkHdl, OKButton *, EMPTYARG )
bRefInputMode = FALSE; // to allow deselecting when switching sheets
- SFX_APP()->LockDispatcher( FALSE );
+ SetDispatcherLock( FALSE );
SwitchToDocument();
Hide(); // in case the Execute call shows a QueryBox