The "generic" thing is X11-specific
This commit is contained in:
@@ -52,12 +52,12 @@ static oslModule pCloseModule = NULL;
|
|||||||
static SalInstance* tryInstance( const OUString& rModuleBase )
|
static SalInstance* tryInstance( const OUString& rModuleBase )
|
||||||
{
|
{
|
||||||
SalInstance* pInst = NULL;
|
SalInstance* pInst = NULL;
|
||||||
|
#ifndef ANDROID
|
||||||
// Disable gtk3 plugin load except in experimental mode for now.
|
// Disable gtk3 plugin load except in experimental mode for now.
|
||||||
if( rModuleBase.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "gtk3" ) ) &&
|
if( rModuleBase.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "gtk3" ) ) &&
|
||||||
!SalGenericSystem::enableExperimentalFeatures() )
|
!SalGenericSystem::enableExperimentalFeatures() )
|
||||||
return NULL;
|
return NULL;
|
||||||
|
#endif
|
||||||
OUStringBuffer aModName( 128 );
|
OUStringBuffer aModName( 128 );
|
||||||
aModName.appendAscii( SAL_DLLPREFIX"vclplug_" );
|
aModName.appendAscii( SAL_DLLPREFIX"vclplug_" );
|
||||||
aModName.append( rModuleBase );
|
aModName.append( rModuleBase );
|
||||||
|
Reference in New Issue
Block a user