diff options
author | Caolán McNamara <caolanm@redhat.com> | 2015-06-17 16:25:47 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2015-06-19 09:18:18 +0100 |
commit | 031a347668e56c1b38c0539d30e9a1cbb808ca02 (patch) | |
tree | c6cd93b0a969af1862750f31252f5826db1e2019 | |
parent | 4008b6f9bfd919a7435047bc0aedcf7613009809 (diff) |
use gtk3 vclplug by default under GNOME3 if available
Change-Id: I4efe8bdfb7080365094306aee9db6b69a7f9e86a
-rw-r--r-- | vcl/unx/generic/plugadapt/salplug.cxx | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/vcl/unx/generic/plugadapt/salplug.cxx b/vcl/unx/generic/plugadapt/salplug.cxx index d49dccde817b..0d0b26d68bb8 100644 --- a/vcl/unx/generic/plugadapt/salplug.cxx +++ b/vcl/unx/generic/plugadapt/salplug.cxx @@ -68,14 +68,6 @@ static SalInstance* tryInstance( const OUString& rModuleBase, bool bForce = fals return svp_create_SalInstance(); SalInstance* pInst = NULL; - // Disable gtk3 plugin for now unless explicitly requested via - // SAL_USE_VCLPLUGIN=gtk3 (would ideally depend on experimental mode, but - // reading the experimental mode setting requires the UNO service manager - // which has not yet been instantiated): - if (!bForce && rModuleBase == "gtk3") - { - return NULL; - } OUString aModule( #ifdef SAL_DLLPREFIX SAL_DLLPREFIX |