Przeglądaj źródła

* [utlSetHelper] fixed bug in Compare method

master
Bergmann89 9 lat temu
rodzic
commit
dc966012a9
1 zmienionych plików z 1 dodań i 1 usunięć
  1. +1
    -1
      uutlSetHelper.inc

+ 1
- 1
uutlSetHelper.inc Wyświetl plik

@@ -74,7 +74,7 @@ begin
if (i in aSet1) and not (i in aSet2) then begin
result := 1;
break;
end else if not (i in aSet2) and (i in aSet2) then begin
end else if not (i in aSet1) and (i in aSet2) then begin
result := -1;
break;
end;


Ładowanie…
Anuluj
Zapisz