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

Matúš Kukan <matus.ku...@collabora.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |lio...@mamane.lu,
                   |                            |matus.ku...@collabora.com

--- Comment #10 from Matúš Kukan <matus.ku...@collabora.com> ---
Ah, in 8165fc23014c8044c131cb6e1fd0c5e06fd0da2d I've added dbtools to libmerged
just to fix circular dependency without checking it's OK.

git grep '"dbtools"' finds
svx/source/form/dbtoolsclient.cxx
sw/source/uibase/dbui/swdbtoolsclient.cxx
there might be more but hopefully this is all.

One option is fix similar to 'git grep CUI_DLL_NAME vcl/'

But in this case, since svxcore already links against dbtools, we either want
to link also sw properly and fix those files.

Or, get dbtools out of libmerged and create some hack for whatever was the
reason to link against dbtools in 86bdb13704d9d85a247339071a86d301ce86cd7f
"fdo#67615 TextField in table should use same formatting as floating TextField"

I don't know what's in dbtools library. I would think it's not core
functionality to be really needed and used in libmerged (svxcore) but maybe it
is? It's also not the smallest one, 2.2MB

This also could be an easy hack.

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