summaryrefslogtreecommitdiff
path: root/sc/source/ui/dbgui/consdlg.cxx
diff options
context:
space:
mode:
authorNiklas Nebel <nn@openoffice.org>2000-09-22 17:57:10 +0000
committerNiklas Nebel <nn@openoffice.org>2000-09-22 17:57:10 +0000
commit785a8c02e13299cff087250939680bffd033a6db (patch)
treeff410e2e7c7ad1941fdb12df5f759fb130b7f5c6 /sc/source/ui/dbgui/consdlg.cxx
parent73c6926ee72e2d1d52a45c376ffc50eec47fe633 (diff)
bindings / dispatcher changes
Diffstat (limited to 'sc/source/ui/dbgui/consdlg.cxx')
-rw-r--r--sc/source/ui/dbgui/consdlg.cxx7
1 files changed, 4 insertions, 3 deletions
diff --git a/sc/source/ui/dbgui/consdlg.cxx b/sc/source/ui/dbgui/consdlg.cxx
index 87a1f24eb..322377074 100644
--- a/sc/source/ui/dbgui/consdlg.cxx
+++ b/sc/source/ui/dbgui/consdlg.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: consdlg.cxx,v $
*
- * $Revision: 1.1.1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: hr $ $Date: 2000-09-18 16:44:54 $
+ * last change: $Author: nn $ $Date: 2000-09-22 18:48:02 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -489,7 +489,8 @@ IMPL_LINK( ScConsolidateDlg, OkHdl, void*, p )
SFX_APP()->LockDispatcher( FALSE );
SwitchToDocument();
- SFX_DISPATCHER().Execute( SID_CONSOLIDATE, SFX_CALLMODE_SLOT | SFX_CALLMODE_RECORD,
+ GetBindings().GetDispatcher()->Execute( SID_CONSOLIDATE,
+ SFX_CALLMODE_SLOT | SFX_CALLMODE_RECORD,
&aOutItem, 0L, 0L );
Close();
}