mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-05-15 05:28:47 +08:00
13 lines
228 B
Plaintext
Executable File
13 lines
228 B
Plaintext
Executable File
// File: StdSelect_SensitiveText2d.lxx
|
|
// Created: Fri Apr 21 15:45:25 1995
|
|
// Author: Robert COUBLANC
|
|
// <rob@fidox>
|
|
|
|
|
|
inline Standard_Boolean StdSelect_SensitiveText2d::NeedsConversion() const
|
|
{
|
|
return Standard_True;
|
|
}
|
|
|
|
|