summaryrefslogtreecommitdiff
path: root/svx/source
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2012-08-22 12:49:08 +0200
committerMichael Stahl <mstahl@redhat.com>2012-08-22 13:00:04 +0200
commit01089138cc76f5717244bd04f25a868602aeaab6 (patch)
tree84868cb02b73aef03d2ab0182e234d66d93dad63 /svx/source
parent407509c058c44182859e90a89a6ddb2b28edc053 (diff)
fdo#53888: svx: fix dependencies:
It appears that since cd0046bca0691fdca45a030903b7cde3bfee544c, 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
Diffstat (limited to 'svx/source')
-rw-r--r--svx/source/inc/filtnav.hxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/svx/source/inc/filtnav.hxx b/svx/source/inc/filtnav.hxx
index d1af0c954066..cb80e295820c 100644
--- a/svx/source/inc/filtnav.hxx
+++ b/svx/source/inc/filtnav.hxx
@@ -48,7 +48,6 @@
#include <vcl/dockwin.hxx>
#include "svx/fmtools.hxx"
#include "fmexch.hxx"
-#include <connectivity/sqlparse.hxx>
#include "sqlparserclient.hxx"
class FmFormShell;