summaryrefslogtreecommitdiff
path: root/svx/source/svdraw/svdview.cxx
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2003-11-24 16:02:08 +0000
committerRüdiger Timm <rt@openoffice.org>2003-11-24 16:02:08 +0000
commit68498cc366a050409fb801b3f2274b00a7a9d168 (patch)
tree5f34c3599509ac01b05de61eb7a3069bcfd2939e /svx/source/svdraw/svdview.cxx
parent0a665fca9f43ffb09bfb8cc08a432a1ac30b8a88 (diff)
INTEGRATION: CWS aw003 (1.8.190); FILE MERGED
2003/10/23 14:37:50 aw 1.8.190.1: #111111# Changed GetBoundRect() to GetCurrentBoundRect() and GetLastBoundRect()
Diffstat (limited to 'svx/source/svdraw/svdview.cxx')
-rw-r--r--svx/source/svdraw/svdview.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/svx/source/svdraw/svdview.cxx b/svx/source/svdraw/svdview.cxx
index a59678b942d5..fcbc6d454a6f 100644
--- a/svx/source/svdraw/svdview.cxx
+++ b/svx/source/svdraw/svdview.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: svdview.cxx,v $
*
- * $Revision: 1.8 $
+ * $Revision: 1.9 $
*
- * last change: $Author: aw $ $Date: 2002-11-26 15:36:08 $
+ * last change: $Author: rt $ $Date: 2003-11-24 17:02:08 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -467,7 +467,7 @@ SdrHitKind SdrView::PickAnything(const Point& rLogicPos, SdrViewEvent& rVEvt) co
Point aP(aPnt);
aP-=pPV->GetOffset();
// Ringsum die TextEditArea ein Rand zum Selektieren ohne Textedit
- Rectangle aBoundRect(pHitObj->GetBoundRect());
+ Rectangle aBoundRect(pHitObj->GetCurrentBoundRect());
// #105130# Force to SnapRect when Fontwork
if(pHitObj->ISA(SdrTextObj) && ((SdrTextObj*)pHitObj)->IsFontwork())