<html>
<head>
<base href="https://bugs.documentfoundation.org/">
</head>
<body>
<p>
<div>
<b><a class="bz_bug_link
bz_status_UNCONFIRMED "
title="UNCONFIRMED - changing properties of inserted graphic-objects via macro (Basic) causes file store error"
href="https://bugs.documentfoundation.org/show_bug.cgi?id=111731#c2">Comment # 2</a>
on <a class="bz_bug_link
bz_status_UNCONFIRMED "
title="UNCONFIRMED - changing properties of inserted graphic-objects via macro (Basic) causes file store error"
href="https://bugs.documentfoundation.org/show_bug.cgi?id=111731">bug 111731</a>
from <span class="vcard"><a class="email" href="mailto:tk@mic-consulting.de" title="Thomas Krumbein <tk@mic-consulting.de>"> <span class="fn">Thomas Krumbein</span></a>
</span></b>
<pre>Some more information:
problem causes in this line:
sName = oDoc.CurrentController.ViewCursor.textframe.name
I do not know why, but this line removes the supported service
"com.sun.star.text.TextGraphicObject" out of the graphic-object - and couses in
the descripted problems.
Just removing this line and pass the name of the pic manually
sName = "Bild1"
and all manipulations works fine inclusive storing.
so, maybe it helps you?</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the assignee for the bug.</li>
</ul>
</body>
</html>