summaryrefslogtreecommitdiffstats
path: root/connectivity/source/drivers/kab/KDEInit.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'connectivity/source/drivers/kab/KDEInit.cxx')
-rw-r--r--connectivity/source/drivers/kab/KDEInit.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/connectivity/source/drivers/kab/KDEInit.cxx b/connectivity/source/drivers/kab/KDEInit.cxx
index 5903ea0084d3..3e7c69166b1b 100644
--- a/connectivity/source/drivers/kab/KDEInit.cxx
+++ b/connectivity/source/drivers/kab/KDEInit.cxx
@@ -115,13 +115,13 @@ namespace
}
// -----------------------------------------------------------------------
-extern "C" void SAL_CALL initKApplication()
+extern "C" SAL_DLLPUBLIC_EXPORT void SAL_CALL initKApplication()
{
::connectivity::kab::KDEInit::Init();
}
// -----------------------------------------------------------------------
-extern "C" void SAL_CALL shutdownKApplication()
+extern "C" SAL_DLLPUBLIC_EXPORT void SAL_CALL shutdownKApplication()
{
::connectivity::kab::KDEInit::Shutdown();
}
@@ -143,7 +143,7 @@ extern "C" void SAL_CALL shutdownKApplication()
#i60062# / 2006-01-06 / frank.schoenheit@sun.com
*/
-extern "C" int SAL_CALL matchKDEVersion()
+extern "C" SAL_DLLPUBLIC_EXPORT int SAL_CALL matchKDEVersion()
{
double nMinVersion = normalizeVersion( MIN_KDE_VERSION_MAJOR, MIN_KDE_VERSION_MINOR );
double nCurVersion = normalizeVersion( ::KDE::versionMajor(), ::KDE::versionMinor() );