summaryrefslogtreecommitdiff
path: root/sc/source/ui/view/viewfun4.cxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2004-02-03 12:06:39 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2004-02-03 12:06:39 +0000
commit8919e5387ee28f8d12aa1b568168b53482eddd23 (patch)
treedad9d8fcd287528c727b0df97b5c40a794cd674a /sc/source/ui/view/viewfun4.cxx
parentcd9a520b088af2f0b40947da64ec1172906858e1 (diff)
INTEGRATION: CWS calcrtl (1.21.18); FILE MERGED
2004/01/13 12:05:35 sab 1.21.18.2: RESYNC: (1.21-1.22); FILE MERGED 2003/10/31 18:42:49 nn 1.21.18.1: #106948# adjust edit area to text alignment
Diffstat (limited to 'sc/source/ui/view/viewfun4.cxx')
-rw-r--r--sc/source/ui/view/viewfun4.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sc/source/ui/view/viewfun4.cxx b/sc/source/ui/view/viewfun4.cxx
index 103e6cf5dfb0..c488b2590fb2 100644
--- a/sc/source/ui/view/viewfun4.cxx
+++ b/sc/source/ui/view/viewfun4.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: viewfun4.cxx,v $
*
- * $Revision: 1.22 $
+ * $Revision: 1.23 $
*
- * last change: $Author: vg $ $Date: 2004-01-06 19:04:58 $
+ * last change: $Author: hr $ $Date: 2004-02-03 13:06:39 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -610,8 +610,8 @@ void ScViewFunc::InsertBookmark( const String& rDescription, const String& rURL,
{
ScViewData* pViewData = GetViewData();
if ( pViewData->HasEditView( pViewData->GetActivePart() ) &&
- nPosX >= pViewData->GetEditViewCol() && nPosX <= pViewData->GetEditEndCol() &&
- nPosY >= pViewData->GetEditViewRow() && nPosY <= pViewData->GetEditEndRow() )
+ nPosX >= pViewData->GetEditStartCol() && nPosX <= pViewData->GetEditEndCol() &&
+ nPosY >= pViewData->GetEditStartRow() && nPosY <= pViewData->GetEditEndRow() )
{
// in die gerade editierte Zelle einfuegen