summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris <chris.sherlock79@gmail.com>2013-03-07 00:01:58 +1100
committerThomas Arnhold <thomas@arnhold.org>2013-03-06 13:05:45 +0000
commitfbb8d6b53b72bc9c2b937161bec4364378b38279 (patch)
treebf7a8e038b94a02a7569fb2a46f5fdd1fb7ad514
parentfb237565bb9db1ab35420b9134d70d03794dedc4 (diff)
Remove commented out code in salplug.cxx
Change-Id: Ie3f55a35874ecaf07440da26c8ba22c2803a0480 Reviewed-on: https://gerrit.libreoffice.org/2566 Reviewed-by: Thomas Arnhold <thomas@arnhold.org> Tested-by: Thomas Arnhold <thomas@arnhold.org>
-rw-r--r--vcl/unx/generic/plugadapt/salplug.cxx1
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(