[Libreoffice-commits] core.git: vcl/unx
Chris
chris.sherlock79 at gmail.com
Wed Mar 6 05:06:05 PST 2013
vcl/unx/generic/plugadapt/salplug.cxx | 1 -
1 file changed, 1 deletion(-)
New commits:
commit fbb8d6b53b72bc9c2b937161bec4364378b38279
Author: Chris <chris.sherlock79 at gmail.com>
Date: Thu Mar 7 00:01:58 2013 +1100
Remove commented out code in salplug.cxx
Change-Id: Ie3f55a35874ecaf07440da26c8ba22c2803a0480
Reviewed-on: https://gerrit.libreoffice.org/2566
Reviewed-by: Thomas Arnhold <thomas at arnhold.org>
Tested-by: Thomas Arnhold <thomas at arnhold.org>
diff --git a/vcl/unx/generic/plugadapt/salplug.cxx b/vcl/unx/generic/plugadapt/salplug.cxx
index 87a5c05..eb5f98a 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(
More information about the Libreoffice-commits
mailing list