summaryrefslogtreecommitdiff
path: root/sd
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2007-06-27 14:42:14 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2007-06-27 14:42:14 +0000
commit5d652aa5f481b7f8f7a04d461409f1a921abe6c9 (patch)
treeaf310abd8171530da99339987dc53bb015c2664d /sd
parent1d17580328a99890971939eb2cf89b9065ad9908 (diff)
INTEGRATION: CWS impress122 (1.30.30); FILE MERGED
2007/06/12 14:56:20 af 1.30.30.1: #141146# Made the ToolBarManager a shared_ptr member of ViewShellBase.
Diffstat (limited to 'sd')
-rw-r--r--sd/source/ui/func/fuconrec.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sd/source/ui/func/fuconrec.cxx b/sd/source/ui/func/fuconrec.cxx
index fd16bcd90e30..e2786d8b3139 100644
--- a/sd/source/ui/func/fuconrec.cxx
+++ b/sd/source/ui/func/fuconrec.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: fuconrec.cxx,v $
*
- * $Revision: 1.30 $
+ * $Revision: 1.31 $
*
- * last change: $Author: kz $ $Date: 2007-05-10 15:29:32 $
+ * last change: $Author: hr $ $Date: 2007-06-27 15:42:14 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -179,7 +179,7 @@ void FuConstructRectangle::DoExecute( SfxRequest& rReq )
{
FuConstruct::DoExecute( rReq );
- mpViewShell->GetViewShellBase().GetToolBarManager().SetToolBar(
+ mpViewShell->GetViewShellBase().GetToolBarManager()->SetToolBar(
ToolBarManager::TBG_FUNCTION,
ToolBarManager::msDrawingObjectToolBar);