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

Daimonion <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Version|4.1.0.4 release             |4.2.3.3 release

--- Comment #14 from Daimonion <[email protected]> ---
Hmm, what does the class SWGlossaries do?

Maybe the failure exists in the function

SwGlossaries::UpdateGlosPath(...) 

Inside this function they try to find a path with aPathOpt.GetAutoTextPath()

Is it possible that this class returns an empty path?

Because the initialization of this class SvtPathOptions is done one line before
and as i could look into the class pathoptions.cxx in folder
unotools\source\config the function GetAutoTextPath is linked to the function 
GetPath( SvtPathOptions::PATH_AUTOTEXT );

And inside this function, starting at line 216 the return value for
SvtPathOptions::PATH_AUTOTEXT could only be an empty string because this
enumeration is not handled.

Who can help me to dig in deeper into this?

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