Issue 125452 - Setting Name property of an drawing.TextShape via cli leads to error and shut down
Summary: Setting Name property of an drawing.TextShape via cli leads to error and shut...
Status: UNCONFIRMED
Alias: None
Product: App Dev
Classification: Unclassified
Component: api (show other issues)
Version: 4.1.0
Hardware: PC Windows, all
: P3 Normal
Target Milestone: ---
Assignee: AOO issues mailing list
QA Contact:
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-08-18 11:37 UTC by Jens Bornschein
Modified: 2014-08-18 11:37 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description Jens Bornschein 2014-08-18 11:37:19 UTC
When trying to set the name of a Textframe via cli api an error occurs:
Access violation – no RTTI data!

"unoidl.com.sun.star.uno.RuntimeException" catched.
  HResult=-2146233088
  Message=[msci_uno bridge error] UNO type of C++ exception unknown: "std.__non_rtti_object", RTTI-name=".?AV__non_rtti_object@std@@"!
  Source=mscorlib
  StackTrace:
    Server stack trace: 
    Exception rethrown at [0]: 
       at System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg)
       at System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type)
       at unoidl.com.sun.star.beans.XPropertySet.setPropertyValue(String aPropertyName, Any aValue)
             …

Try to change the name. The access violation occurs and can be catched. After selecting the text frame again the message box appears and OpenOffice will be shut down.