summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMathias Bauer <mba@openoffice.org>2001-04-27 09:43:34 +0000
committerMathias Bauer <mba@openoffice.org>2001-04-27 09:43:34 +0000
commit745138a73b49a2a846a3fc2fbfb52cc50d674577 (patch)
treedb75188c83b37623eaebd78f426c559ab359ec58
parent0d17b26bcca21c40c71247066e87cb616ea0cf19 (diff)
#83911#: connect Controller
-rw-r--r--sfx2/source/view/viewfrm.cxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/sfx2/source/view/viewfrm.cxx b/sfx2/source/view/viewfrm.cxx
index 6ef6adbcd12a..3048f7fa341c 100644
--- a/sfx2/source/view/viewfrm.cxx
+++ b/sfx2/source/view/viewfrm.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: viewfrm.cxx,v $
*
- * $Revision: 1.22 $
+ * $Revision: 1.23 $
*
- * last change: $Author: mba $ $Date: 2001-04-12 13:23:26 $
+ * last change: $Author: mba $ $Date: 2001-04-27 10:43:34 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -2666,6 +2666,7 @@ sal_Bool SfxViewFrame::SwitchToViewShell_Impl
if ( xModel.is() )
{
xController->attachModel( xModel );
+ xModel->connectController( xController );
xModel->setCurrentController( xController );
}
}