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

--- Comment #26 from aybuke <aybuke....@gmail.com> ---
Hi everyone,

> > 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.

> 
> 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 try fix CSV format this patch:
https://gerrit.libreoffice.org/#/c/21920/5
2 objects and 3 elements in there:

output example:
Document Type;Command;Count
StartModule;.uno:OptionsTreeDialog;1
TextDocument;.uno:Bold(KeyModifier);2
TextDocument;.uno:CharBackgroundExt(BackColor);1
TextDocument;.uno:Save(KeyModifier);1 TextDocument;.uno:SelectAll;1

Shall I change elements as "uno command" and "count" or something else that you
suggest?

> > 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.

> 
> 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.

I'll do more research about GetConfigPath().

-- 
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