Issue 41735 - API: sw.SwXAutoTextEntry
Summary: API: sw.SwXAutoTextEntry
Status: CLOSED FIXED
Alias: None
Product: App Dev
Classification: Unclassified
Component: api (show other issues)
Version: 3.3.0 or older (OOo)
Hardware: All Linux, all
: P4 Trivial
Target Milestone: ---
Assignee: chne
QA Contact: issues@api
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-01-31 15:34 UTC by chne
Modified: 2013-02-24 21:08 UTC (History)
1 user (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description chne 2005-01-31 15:34:33 UTC
could not create sw.SwXAutoTextEntry in UNO-API-tests on UNIX (Windows is ok):

To reproduce this behavior just start your office with parameter

"-accept=socket,host=0,port=8100;urp;" 

and call inside a solar shell:

checkapi -o sw.SwXAutoTextEntry

While trying:
oGroup.insertNewByName("NewEntryName", "NewEntryTitle", oTextRange);
I got a com.sun.star.uno.RuntimeException
Comment 1 thomas.lange 2005-02-01 07:00:46 UTC
.
Comment 2 chne 2005-02-01 09:29:18 UTC
Ok, I think I know the problem:
In bug i38197 I describe a problem in file permissions. While trying to add a
new auto text the office crashes. The sysmtom is fixed: Office does not crash
anymore. But the _reason_ is not fixed. The autotext was written into the server
(root) installtion, where the normal uses has no write permission.
Please verify your fix with a office installation where the office user has no
write access into the office installation. The installation must not be done by
root. Is is sufficing to uses a different user.
Comment 3 thomas.lange 2005-02-01 10:01:07 UTC
TL->CN: As discussed with OS everything is fine.
The test needs to supply the path to be used for saving the autotext though.
Comment 4 chne 2005-02-01 10:46:38 UTC
the UNO-API test must be adopt
Comment 5 chne 2006-02-01 13:36:29 UTC
fixed in qadev26
Comment 6 chne 2006-05-10 15:25:11 UTC
ok in qadev26
Comment 7 chne 2006-06-26 17:40:36 UTC
ok in src680_m173 -> close