summaryrefslogtreecommitdiff
path: root/sc/source/ui/unoobj/cellsuno.cxx
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2004-10-04 19:20:25 +0000
committerKurt Zenker <kz@openoffice.org>2004-10-04 19:20:25 +0000
commit4c5817073a94443dfabb9ca97be7afcba739e9a1 (patch)
tree47e5454a380c3489ce07e0e28f0b6e61f5c47d1b /sc/source/ui/unoobj/cellsuno.cxx
parent09eecd58340fc102888e2ad987a87b6579c7b491 (diff)
INTEGRATION: CWS mav09 (1.83.54); FILE MERGED
2004/09/16 23:13:34 mav 1.83.54.3: RESYNC: (1.84-1.86); FILE MERGED 2004/07/09 02:54:49 mav 1.83.54.2: RESYNC: (1.83-1.84); FILE MERGED 2004/05/04 14:01:51 mba 1.83.54.1: #i27773#: remove so3
Diffstat (limited to 'sc/source/ui/unoobj/cellsuno.cxx')
-rw-r--r--sc/source/ui/unoobj/cellsuno.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sc/source/ui/unoobj/cellsuno.cxx b/sc/source/ui/unoobj/cellsuno.cxx
index 8512d4e92..25d286ee6 100644
--- a/sc/source/ui/unoobj/cellsuno.cxx
+++ b/sc/source/ui/unoobj/cellsuno.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: cellsuno.cxx,v $
*
- * $Revision: 1.86 $
+ * $Revision: 1.87 $
*
- * last change: $Author: rt $ $Date: 2004-08-20 09:14:58 $
+ * last change: $Author: kz $ $Date: 2004-10-04 20:20:25 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -7288,7 +7288,7 @@ void SAL_CALL ScTableSheetObj::link( const rtl::OUString& aUrl, const rtl::OUStr
USHORT nCount = pLinkManager->GetLinks().Count();
for ( USHORT i=0; i<nCount; i++ )
{
- ::so3::SvBaseLink* pBase = *pLinkManager->GetLinks()[i];
+ ::sfx2::SvBaseLink* pBase = *pLinkManager->GetLinks()[i];
if (pBase->ISA(ScTableLink))
{
ScTableLink* pTabLink = (ScTableLink*)pBase;