diff options
-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 87a5c053ee85..eb5f98a75fab 100644 --- a/vcl/unx/generic/plugadapt/salplug.cxx +++ b/vcl/unx/generic/plugadapt/salplug.cxx @@ -54,7 +54,6 @@ static SalInstance* tryInstance( const OUString& rModuleBase, bool bForce = fals aModName.appendAscii( SAL_DLLPREFIX"vclplug_" ); aModName.append( rModuleBase ); aModName.appendAscii( SAL_DLLPOSTFIX ); -// aModName.appendAscii( SAL_DLLEXTENSION ); OUString aModule = aModName.makeStringAndClear(); oslModule aMod = osl_loadModuleRelative( |