Kaydet (Commit) ebfaadeb authored tarafından Rüdiger Timm's avatar Rüdiger Timm

INTEGRATION: CWS ooo20031110 (1.19.50); FILE MERGED

2003/11/11 12:52:01 waratah 1.19.50.1: #i22301# Correct for scoping rules
üst 4e7134b8
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
* *
* $RCSfile: bastypes.cxx,v $ * $RCSfile: bastypes.cxx,v $
* *
* $Revision: 1.20 $ * $Revision: 1.21 $
* *
* last change: $Author: hr $ $Date: 2003-11-05 12:38:51 $ * last change: $Author: rt $ $Date: 2003-12-01 15:52:24 $
* *
* The Contents of this file are made available subject to the terms of * The Contents of this file are made available subject to the terms of
* either of the following licenses * either of the following licenses
...@@ -857,9 +857,10 @@ void BasicIDETabBar::Sort() ...@@ -857,9 +857,10 @@ void BasicIDETabBar::Sort()
::std::vector<TabBarSortHelper> aModuleList; ::std::vector<TabBarSortHelper> aModuleList;
::std::vector<TabBarSortHelper> aDialogList; ::std::vector<TabBarSortHelper> aDialogList;
USHORT nPageCount = GetPageCount(); USHORT nPageCount = GetPageCount();
USHORT i;
// create module and dialog lists for sorting // create module and dialog lists for sorting
for (USHORT i = 0; i < nPageCount; i++) for ( i = 0; i < nPageCount; i++)
{ {
USHORT nId = GetPageId( i ); USHORT nId = GetPageId( i );
aTabBarSortHelper.nPageId = nId; aTabBarSortHelper.nPageId = nId;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment