https://bugs.documentfoundation.org/show_bug.cgi?id=144215

--- Comment #2 from Justin L <[email protected]> ---
This numbering comes from dbmgr.cxx
 aTempFile.reset( new utl::TempFile(sLeading, sColumnData.isEmpty(), &sExt,
&sPrefix, true) );

where sColumnData.isEmpty() /*which means this is not a generated name*/
provides _bStartWithZero.

So to do this, we need to extend TempFile and SequentialTokens to accept
provided starting values instead of automatically starting with 0.  (Well, on
the other hand we could just start EVERY use of the general utility TempFile at
1, but that is not a very targeted case and may break many assumptions...)

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to