diff options
author | Oliver Bolte <obo@openoffice.org> | 2004-06-04 11:09:18 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2004-06-04 11:09:18 +0000 |
commit | c81c84ec54a366df64c3e74e46d02dd6a11e0ed4 (patch) | |
tree | 39d2889f2c62b1ece27397cf8ba2e053c1bb4972 /sc/source/ui/view/tabvwshg.cxx | |
parent | bc553d9fe2dc2d353befc52f03c814c971265d1e (diff) |
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.cxx | 6 |
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); |