diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2015-01-06 10:28:26 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2015-01-06 10:28:58 +0100 |
commit | ee567a63fad9e755b11ca28696da35f00ed3b0fc (patch) | |
tree | 5afb2b0f3dbba8776cd90c62ebeb0a92aea8a616 /svx/source/form | |
parent | 5f5649420bb836094213f684830b062b3a800eb2 (diff) |
Use SVLIBRARY instead of gb_Library_get_runtime_filename
Change-Id: I0d21d9685cdc801f7d6975a752999788c1f132e4
Diffstat (limited to 'svx/source/form')
-rw-r--r-- | svx/source/form/dbtoolsclient.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/form/dbtoolsclient.cxx b/svx/source/form/dbtoolsclient.cxx index 79e6eab0a4d6..baee83829c0c 100644 --- a/svx/source/form/dbtoolsclient.cxx +++ b/svx/source/form/dbtoolsclient.cxx @@ -116,7 +116,7 @@ namespace svxform // load the dbtools library s_hDbtoolsModule = osl_loadModuleRelative( - &thisModule, OUString(DBTOOLS_DLL_NAME).pData, 0); + &thisModule, OUString(SVLIBRARY("dbtools")).pData, 0); OSL_ENSURE(NULL != s_hDbtoolsModule, "ODbtoolsClient::registerClient: could not load the dbtools library!"); if (NULL != s_hDbtoolsModule) { |