summaryrefslogtreecommitdiffstats
path: root/sd/source/ui/view/drviewsd.cxx
diff options
context:
space:
mode:
authorDieter Loeschky <dl@openoffice.org>2001-06-12 11:46:15 +0000
committerDieter Loeschky <dl@openoffice.org>2001-06-12 11:46:15 +0000
commitb000cb178eec95f41eae92136677dd49cc71a031 (patch)
tree1609216512fe39d10afd38c5613e4a852329f80f /sd/source/ui/view/drviewsd.cxx
parent#87923# fixed creation of handout shapes (diff)
downloadcore-b000cb178eec95f41eae92136677dd49cc71a031.tar.gz
core-b000cb178eec95f41eae92136677dd49cc71a031.zip
#87609# + SID_BROWSE
Diffstat (limited to 'sd/source/ui/view/drviewsd.cxx')
-rw-r--r--sd/source/ui/view/drviewsd.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sd/source/ui/view/drviewsd.cxx b/sd/source/ui/view/drviewsd.cxx
index 8e17d15af318..b73617c96e76 100644
--- a/sd/source/ui/view/drviewsd.cxx
+++ b/sd/source/ui/view/drviewsd.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: drviewsd.cxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: ka $ $Date: 2000-09-21 16:12:20 $
+ * last change: $Author: dl $ $Date: 2001-06-12 12:46:15 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -219,7 +219,7 @@ void SdDrawViewShell::ExecNavigatorWin( SfxRequest& rReq )
SfxStringItem aReferer(SID_REFERER, pDocSh->GetMedium()->GetName());
SfxViewFrame* pFrame = GetViewFrame();
SfxFrameItem aFrameItem(SID_DOCFRAME, pFrame);
- SfxBoolItem aBrowseItem(SID_BROWSING, TRUE);
+ SfxBoolItem aBrowseItem(SID_BROWSE, TRUE);
pFrame->GetDispatcher()->
Execute(SID_OPENDOC, SFX_CALLMODE_ASYNCHRON | SFX_CALLMODE_RECORD,
&aStrItem, &aFrameItem, &aBrowseItem, &aReferer, 0L);