summaryrefslogtreecommitdiffstats
path: root/sd/source/ui/view/drviewsi.cxx
diff options
context:
space:
mode:
authorPascal Junck <pjunck@openoffice.org>2004-10-28 12:35:10 +0000
committerPascal Junck <pjunck@openoffice.org>2004-10-28 12:35:10 +0000
commit11d08c43f857dc12dc2ac97ca9475060d2dfb31c (patch)
tree4f524f76bd441ada8845ca391058d629f2805ac9 /sd/source/ui/view/drviewsi.cxx
parentINTEGRATION: CWS impress20ea (1.42.24); FILE MERGED (diff)
downloadcore-11d08c43f857dc12dc2ac97ca9475060d2dfb31c.tar.gz
core-11d08c43f857dc12dc2ac97ca9475060d2dfb31c.zip
INTEGRATION: CWS impress20ea (1.13.66); FILE MERGED
2004/09/16 16:09:37 af 1.13.66.1: #i34011# Passing edit mode to AssignFromSlideChangeWindow().
Diffstat (limited to 'sd/source/ui/view/drviewsi.cxx')
-rw-r--r--sd/source/ui/view/drviewsi.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sd/source/ui/view/drviewsi.cxx b/sd/source/ui/view/drviewsi.cxx
index 7f060d16775c..1b56175473ab 100644
--- a/sd/source/ui/view/drviewsi.cxx
+++ b/sd/source/ui/view/drviewsi.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: drviewsi.cxx,v $
*
- * $Revision: 1.13 $
+ * $Revision: 1.14 $
*
- * last change: $Author: rt $ $Date: 2004-07-13 14:58:12 $
+ * last change: $Author: pjunck $ $Date: 2004-10-28 13:35:10 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -200,7 +200,7 @@ void DrawViewShell::ExecEffectWin( SfxRequest& rReq )
case SID_SLIDE_CHANGE_ASSIGN:
{
- AssignFromSlideChangeWindow();
+ AssignFromSlideChangeWindow(GetEditMode());
}
break;