Kaydet (Commit) 01089138 authored tarafından Michael Stahl's avatar Michael Stahl

fdo#53888: svx: fix dependencies:

It appears that since cd0046bc,
2 tinderboxes fail on including the generated sqlbison.hxx;
it turns out one of the inclusions of that in svx is unnecessary and the
other is used to call a virtual function, which can apparently be done
without linking; just link svx to dbtools anyway, that should fix the
build.

Change-Id: I7f7b1c4e9561c4dd2b820b173d05bdd5d4c6ba6d
üst 407509c0
...@@ -49,6 +49,7 @@ $(eval $(call gb_Library_use_libraries,svx,\ ...@@ -49,6 +49,7 @@ $(eval $(call gb_Library_use_libraries,svx,\
comphelper \ comphelper \
cppuhelper \ cppuhelper \
cppu \ cppu \
dbtools \
drawinglayer \ drawinglayer \
editeng \ editeng \
i18nisolang1 \ i18nisolang1 \
......
...@@ -48,7 +48,6 @@ ...@@ -48,7 +48,6 @@
#include <vcl/dockwin.hxx> #include <vcl/dockwin.hxx>
#include "svx/fmtools.hxx" #include "svx/fmtools.hxx"
#include "fmexch.hxx" #include "fmexch.hxx"
#include <connectivity/sqlparse.hxx>
#include "sqlparserclient.hxx" #include "sqlparserclient.hxx"
class FmFormShell; class FmFormShell;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment