summaryrefslogtreecommitdiffstats
path: root/connectivity
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-24 22:01:14 +0000
committerNorbert Thiebaud <nthiebaud@gmail.com>2013-02-24 23:46:04 +0000
commitfa24204cd728c787aaa2ff8b7460d99109120be4 (patch)
treed4dd2ed1a808c7117628593ed673cbeadef20cf6 /connectivity
parentcoverity#705347 Missing break in switch (diff)
downloadcore-fa24204cd728c787aaa2ff8b7460d99109120be4.tar.gz
core-fa24204cd728c787aaa2ff8b7460d99109120be4.zip
Update TDE (Trinity Desktop Environment) integration files
Change-Id: I48a5da0d01ad3532b9a77ff864f8f9e4d14e734c Reviewed-on: https://gerrit.libreoffice.org/2374 Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com> Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org>
Diffstat (limited to 'connectivity')
-rw-r--r--connectivity/Library_tdeabdrv1.mk2
-rw-r--r--connectivity/source/drivers/kab/KConnection.hxx1
-rw-r--r--connectivity/source/drivers/kab/KDEInit.cxx1
3 files changed, 3 insertions, 1 deletions
diff --git a/connectivity/Library_tdeabdrv1.mk b/connectivity/Library_tdeabdrv1.mk
index b2df458fd4a0..b8786fdba677 100644
--- a/connectivity/Library_tdeabdrv1.mk
+++ b/connectivity/Library_tdeabdrv1.mk
@@ -39,7 +39,7 @@ $(eval $(call gb_Library_use_externals,tdeabdrv1,\
))
$(eval $(call gb_Library_add_libs,tdeabdrv1,\
- -lkabc \
+ -ltdeabc \
))
$(eval $(call gb_Library_use_libraries,tdeabdrv1,\
diff --git a/connectivity/source/drivers/kab/KConnection.hxx b/connectivity/source/drivers/kab/KConnection.hxx
index fc4cc55b7b69..b14bbac334f9 100644
--- a/connectivity/source/drivers/kab/KConnection.hxx
+++ b/connectivity/source/drivers/kab/KConnection.hxx
@@ -30,6 +30,7 @@
#include <com/sun/star/sdbcx/XTablesSupplier.hpp>
#include <comphelper/broadcasthelper.hxx>
#include <cppuhelper/compbase3.hxx>
+#include <shell/kde_headers.h>
namespace KABC
{
diff --git a/connectivity/source/drivers/kab/KDEInit.cxx b/connectivity/source/drivers/kab/KDEInit.cxx
index 46bbe1360af4..83f4bd98f970 100644
--- a/connectivity/source/drivers/kab/KDEInit.cxx
+++ b/connectivity/source/drivers/kab/KDEInit.cxx
@@ -20,6 +20,7 @@
#include "KDEInit.h"
#include <osl/diagnose.h>
#include <osl/process.h>
+
#include <shell/kde_headers.h>
namespace connectivity