1651926 getString() should be called instead of toString()
This commit is contained in:
@@ -198,7 +198,7 @@ public class ActiveXComponent extends Dispatch {
|
|||||||
* @return String value of property
|
* @return String value of property
|
||||||
*/
|
*/
|
||||||
public String getPropertyAsString(String propertyName){
|
public String getPropertyAsString(String propertyName){
|
||||||
return Dispatch.get(this, propertyName).toString();
|
return Dispatch.get(this, propertyName).getString();
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user