summaryrefslogtreecommitdiff
path: root/sc/source/ui/view/viewfunc.cxx
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2004-06-28 15:54:09 +0000
committerKurt Zenker <kz@openoffice.org>2004-06-28 15:54:09 +0000
commit8f548acdf11c8c63db9e048921ed09e46e4edf6d (patch)
treee64c33c535aa8c18bfb199dfee8d253f525f74d4 /sc/source/ui/view/viewfunc.cxx
parent95b847f49d4fa777a61af91130cbf04876a4a85a (diff)
INTEGRATION: CWS jmarmion1 (1.20.90); FILE MERGED
2004/06/15 15:37:17 jmarmion 1.20.90.3: RESYNC: (1.21-1.22); FILE MERGED 2004/06/09 12:51:39 jmarmion 1.20.90.2: RESYNC: (1.20-1.21); FILE MERGED 2004/06/08 11:26:23 jmarmion 1.20.90.1: #i27974# support hyperlink() function.
Diffstat (limited to 'sc/source/ui/view/viewfunc.cxx')
-rw-r--r--sc/source/ui/view/viewfunc.cxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/sc/source/ui/view/viewfunc.cxx b/sc/source/ui/view/viewfunc.cxx
index 99ba36f5c350..bc4afac84088 100644
--- a/sc/source/ui/view/viewfunc.cxx
+++ b/sc/source/ui/view/viewfunc.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: viewfunc.cxx,v $
*
- * $Revision: 1.22 $
+ * $Revision: 1.23 $
*
- * last change: $Author: obo $ $Date: 2004-06-04 12:11:19 $
+ * last change: $Author: kz $ $Date: 2004-06-28 16:54:09 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -585,6 +585,8 @@ void ScViewFunc::EnterData( SCCOL nCol, SCROW nRow, SCTAB nTab, const String& rS
{
pCell->GetCode()->DelRPN();
pCell->SetErrCode( nError );
+ if(pCell->GetCode()->IsHyperLink())
+ pCell->GetCode()->SetHyperLink(FALSE);
}
pDoc->PutCell( aPos, pCell );
if ( !bAutoCalc )