https://bugs.freedesktop.org/show_bug.cgi?id=63154

--- Comment #3 from Stephan Bergmann <[email protected]> ---
SVLIBRARY should not go into a URE header, as it codifies non-URE
knowledge---namely, that some LO libraries carry a "lo" in their name.

The best solution appears to be to keep this in a non-URE header.  If there's
no better place than tools, maybe create a dedicated
tools/inc/tools/lomodulename.hxx with a TOOLS_LOMODULENAME macro.  And in any
event, let that macro re-use SAL_MODULENAME (sal/inc/osl/module.h),
TOOLS_LOMODULENAME(name) SAL_MODULENAME(name "lo").

The second best solution would be to change the existing uses of SVLIBRARY
directly to SAL_MODULENAME, hard-coding the "lo" into them.

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