diff options
author | Philipp Lohmann [pl] <Philipp.Lohmann@oracle.com> | 2011-01-25 17:35:20 +0100 |
---|---|---|
committer | Philipp Lohmann [pl] <Philipp.Lohmann@oracle.com> | 2011-01-25 17:35:20 +0100 |
commit | bb3127a8c053434ab1f4c42624b3d70a5fbfa9e6 (patch) | |
tree | d242ce7135d26afdfc97af4c1cdd083c619a66ca /vcl/unx/generic/plugadapt | |
parent | 19ba1faf12419233e8a772ba8609703cbce1c6e7 (diff) |
vcl2gnumake: #i116588# move vcl to gbuild (step 1, linux)
Diffstat (limited to 'vcl/unx/generic/plugadapt')
-rw-r--r-- | vcl/unx/generic/plugadapt/salplug.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/vcl/unx/generic/plugadapt/salplug.cxx b/vcl/unx/generic/plugadapt/salplug.cxx index 29970e1299e6..00058bf24461 100644 --- a/vcl/unx/generic/plugadapt/salplug.cxx +++ b/vcl/unx/generic/plugadapt/salplug.cxx @@ -67,7 +67,6 @@ static SalInstance* tryInstance( const OUString& rModuleBase ) aModName.appendAscii( SAL_DLLPREFIX"vclplug_" ); aModName.append( rModuleBase ); aModName.appendAscii( SAL_DLLPOSTFIX ); - aModName.appendAscii( SAL_DLLEXTENSION ); OUString aModule = aModName.makeStringAndClear(); oslModule aMod = osl_loadModuleRelative( |