summaryrefslogtreecommitdiffstats
path: root/sc/source/ui/view/tabvwshg.cxx
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2004-06-04 11:09:18 +0000
committerOliver Bolte <obo@openoffice.org>2004-06-04 11:09:18 +0000
commitc81c84ec54a366df64c3e74e46d02dd6a11e0ed4 (patch)
tree39d2889f2c62b1ece27397cf8ba2e053c1bb4972 /sc/source/ui/view/tabvwshg.cxx
parentINTEGRATION: CWS rowlimit (1.5.202); FILE MERGED (diff)
downloadcore-c81c84ec54a366df64c3e74e46d02dd6a11e0ed4.tar.gz
core-c81c84ec54a366df64c3e74e46d02dd6a11e0ed4.zip
INTEGRATION: CWS rowlimit (1.6.12); FILE MERGED
2004/02/13 11:33:27 er 1.6.12.1: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short
Diffstat (limited to 'sc/source/ui/view/tabvwshg.cxx')
-rw-r--r--sc/source/ui/view/tabvwshg.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sc/source/ui/view/tabvwshg.cxx b/sc/source/ui/view/tabvwshg.cxx
index 7c8e1efb35bb..a610ca7fabf6 100644
--- a/sc/source/ui/view/tabvwshg.cxx
+++ b/sc/source/ui/view/tabvwshg.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: tabvwshg.cxx,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: hr $ $Date: 2004-02-03 13:04:57 $
+ * last change: $Author: obo $ $Date: 2004-06-04 12:09:18 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -98,7 +98,7 @@ void ScTabViewShell::InsertURLButton( const String& rName, const String& rURL,
ScViewData* pViewData = GetViewData();
ScDocument* pDoc = pViewData->GetDocument();
- USHORT nTab = pViewData->GetTabNo();
+ SCTAB nTab = pViewData->GetTabNo();
if ( pDoc->IsTabProtected(nTab) )
{
ErrorMessage(STR_PROTECTIONERR);