소스 검색

* as in #15337 reported, in newer Delphi versions EOleRegistrationError inherits from EOleSysError

git-svn-id: trunk@14440 -
florian 16 년 전
부모
커밋
6d79cfc6f2
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 3 3
      packages/winunits-base/src/comobj.pp

+ 3 - 3
packages/winunits-base/src/comobj.pp

@@ -47,11 +47,11 @@ unit comobj;
         property Source: string read FSource write FSource;
         property Source: string read FSource write FSource;
       end;
       end;
 
 
-      EOleRegistrationError = class(EOleError);
+      EOleRegistrationError = class(EOleSysError);
 
 
       TOleStream = Class(TProxyStream)
       TOleStream = Class(TProxyStream)
-                  procedure Check(err:integer);override;
-		end;
+        procedure Check(err:integer);override;
+      end;
 
 
       TComServerObject = class(TObject)
       TComServerObject = class(TObject)
       protected
       protected