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

--- Comment #25 from jan iversen <[email protected]> ---
(In reply to Yousuf (Jay) Philips from comment #24)
> (In reply to aybuke from comment #23)
> > Hi Yousuf,
> > 
> > I send this patch for you say: https://gerrit.libreoffice.org/#/c/21920/
> > If I understand wrong, I can reorganize :)
> 
> Hi aybuke,
> 
> Yes my last comment was to be a further patch to be sent in to correct the
> current output, which is likely invalid CSV, as its using semi-colons rather
> than commas.
> 
> Regarding that patch, unfortunately it isnt giving me the output, as i dont
> think "OUString path(SvtPathOptions().GetConfigPath());" is extracting the
> correct path for the config directory in my parallel installation, where
> i've set 'UserInstallation=$SYSUSERCONFIG/libreofficedev/4_5_2' in
> bootstraprc.

Actually the definition of csv is not comma (for one reason it is used in
europe as decimal separator. The old csv standard used ";", and later it was
defined that you can use any character as long as it does not appear in the
values (except if enclosed by ""). You will see that most import filters allow
you to specify which delimiter to use.

I too have a parallel installation (debug and production), and GetConfigPath()
delivers the right directories to me. Test if your configs are separated,
modify the configuration in one installation and make sure it is not changed in
the other.

if you look at the code, you will see several places where GetConfigPath() is
used, so I sure hope it works.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to