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

INTEGRATION: CWS ooo20031110 (1.5.22); FILE MERGED

2003/11/09 11:21:30 waratah 1.5.22.1: #21906# break up the definitions into single lines as required by coding standards, there was some reason why this would not compile otherwise breaking up resolved issue
üst 9d101095
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
* *
* $RCSfile: objtest.cxx,v $ * $RCSfile: objtest.cxx,v $
* *
* $Revision: 1.5 $ * $Revision: 1.6 $
* *
* last change: $Author: vg $ $Date: 2003-06-10 11:30:10 $ * last change: $Author: rt $ $Date: 2003-12-01 18:18:38 $
* *
* 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
...@@ -3731,9 +3731,13 @@ static ControlDefLoad __READONLY_DATA arRes_Type [] = ...@@ -3731,9 +3731,13 @@ static ControlDefLoad __READONLY_DATA arRes_Type [] =
#include "res_type.hxx" #include "res_type.hxx"
static CNames *pRTypes = NULL; static CNames *pRTypes = NULL;
xub_StrLen nStart,nGleich,nEnd,nStartPos = 0; xub_StrLen nStart;
xub_StrLen nGleich;
xub_StrLen nEnd;
xub_StrLen nStartPos = 0;
ULONG nNumber; ULONG nNumber;
String aType,aResult; String aType;
String aResult;
BOOL bFound; BOOL bFound;
while ( (nStart = aText.Search(StartKenn,nStartPos)) != STRING_NOTFOUND && while ( (nStart = aText.Search(StartKenn,nStartPos)) != STRING_NOTFOUND &&
......
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