Issue 21755 - unotools TempFile always adds an index to the file name
Summary: unotools TempFile always adds an index to the file name
Status: CLOSED DUPLICATE of issue 21753
Alias: None
Product: utilities
Classification: Unclassified
Component: code (show other issues)
Version: OOo 1.1
Hardware: All All
: P3 Trivial (vote)
Target Milestone: ---
Assignee: Oliver Specht
QA Contact: Unknown
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-10-27 11:21 UTC by Oliver Specht
Modified: 2003-11-27 09:28 UTC (History)
1 user (show)

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 Oliver Specht 2003-10-27 11:21:18 UTC
Using the TempFile class with e.g. a "1" as leading chars creates a file
<path>11<.extension> instead of <path>1<.extension> although there's no conflict
within the given path.

The TempFile class is used for mail merge to file. When numeric values from the
database are used as file name these appended digits are unsuitable. In general
they should be separated by e.g. an underscore.
Comment 1 Mathias_Bauer 2003-11-24 17:24:50 UTC
.

*** This issue has been marked as a duplicate of 21753 ***
Comment 2 Mathias_Bauer 2003-11-24 17:25:12 UTC
.
Comment 3 Oliver Specht 2003-11-25 09:09:32 UTC
.
Comment 4 Oliver Specht 2003-11-27 09:28:45 UTC
.