https://bugs.freedesktop.org/show_bug.cgi?id=49379

--- Comment #3 from Cor Nouws <c...@nouenoff.nl> 2012-05-07 07:07:30 PDT ---
(In reply to comment #2)

> The attached temp.xcu is an example extension to change the temp path (works 
> on
> current master).

thanks. Works on 3.5 too.
And for the record, setting the Work path in 3.5 and master needs a similar
approach:

 <item oor:path="/org.openoffice.Office.Common/Path/Current">
  <prop oor:name="Work" oor:op="fuse">
   <value xsi:nil="true"/>
  </prop>
 </item>
 <item oor:path="/org.openoffice.Office.Common/Path/Info">
  <prop oor:name="WorkPathChanged" oor:op="fuse">
   <value>true</value> 
  </prop>
 </item>
 <item
oor:path="/org.openoffice.Office.Paths/Paths/org.openoffice.Office.Paths:NamedPath['Work']">
  <prop oor:name="WritePath" oor:op="fuse">
   <value>file:///foo/bar/work</value>
  </prop>
 </item>

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to