vcl/unx/generic/plugadapt/salplug.cxx |    1 -
 1 file changed, 1 deletion(-)

New commits:
commit fbb8d6b53b72bc9c2b937161bec4364378b38279
Author: Chris <chris.sherloc...@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 <tho...@arnhold.org>
    Tested-by: Thomas Arnhold <tho...@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(
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to