summaryrefslogtreecommitdiff
path: root/sd/source/ui/view/drviewse.cxx
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2008-03-12 10:57:35 +0000
committerRüdiger Timm <rt@openoffice.org>2008-03-12 10:57:35 +0000
commit4134b0ab1db91e47607617c943c1c60d6314228f (patch)
tree26cf63a99bca73d4b09d0f89fe612ebeaf5b2bcd /sd/source/ui/view/drviewse.cxx
parent79307dd537d729252964e41db57ad83dc88c895d (diff)
INTEGRATION: CWS impresstables2 (1.65.6); FILE MERGED
2008/03/11 18:45:43 cl 1.65.6.7: RESYNC: (1.72-1.74); FILE MERGED 2008/01/24 17:14:07 cl 1.65.6.6: #i68103# clear undo stack after xml import 2007/12/01 19:20:00 cl 1.65.6.5: RESYNC: (1.70-1.71); FILE MERGED 2007/10/11 21:44:05 cl 1.65.6.4: RESYNC: (1.68-1.70); FILE MERGED 2007/08/01 15:22:30 cl 1.65.6.3: RESYNC: (1.66-1.68); FILE MERGED 2007/06/27 15:19:20 cl 1.65.6.2: RESYNC: (1.65-1.66); FILE MERGED 2007/04/18 15:18:05 cl 1.65.6.1: #i72702# reworked SdrBeginTextEdit to be virtual at last!
Diffstat (limited to 'sd/source/ui/view/drviewse.cxx')
-rw-r--r--sd/source/ui/view/drviewse.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sd/source/ui/view/drviewse.cxx b/sd/source/ui/view/drviewse.cxx
index ea8910a25ae0..87a52405a916 100644
--- a/sd/source/ui/view/drviewse.cxx
+++ b/sd/source/ui/view/drviewse.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: drviewse.cxx,v $
*
- * $Revision: 1.74 $
+ * $Revision: 1.75 $
*
- * last change: $Author: kz $ $Date: 2008-03-07 16:28:52 $
+ * last change: $Author: rt $ $Date: 2008-03-12 11:57:35 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -720,7 +720,7 @@ void DrawViewShell::FuPermanent(SfxRequest& rReq)
Execute(SID_TEXTEDIT, SFX_CALLMODE_SYNCHRON |
SFX_CALLMODE_RECORD, &aItem, 0L);
// Put text object into edit mode.
- GetView()->BeginTextEdit(static_cast<SdrTextObj*>(pObj), pPageView);
+ GetView()->SdrBeginTextEdit(static_cast<SdrTextObj*>(pObj), pPageView);
break;
}
}