summaryrefslogtreecommitdiffstats
path: root/toolkit/source/helper/accessibilityclient.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'toolkit/source/helper/accessibilityclient.cxx')
-rw-r--r--toolkit/source/helper/accessibilityclient.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/toolkit/source/helper/accessibilityclient.cxx b/toolkit/source/helper/accessibilityclient.cxx
index ec866fbc6a93..bc7ed5db956b 100644
--- a/toolkit/source/helper/accessibilityclient.cxx
+++ b/toolkit/source/helper/accessibilityclient.cxx
@@ -159,7 +159,7 @@ namespace toolkit
#if HAVE_FEATURE_DESKTOP
// load the library implementing the factory
- if ( !s_pFactory.get() )
+ if (!s_pFactory)
{
#ifndef DISABLE_DYNLOADING
const OUString sModuleName( SVLIBRARY( "acc" ) );
@@ -191,7 +191,7 @@ namespace toolkit
}
#endif // HAVE_FEATURE_DESKTOP
- if ( !s_pFactory.get() )
+ if (!s_pFactory)
// the attempt to load the lib, or to create the factory, failed
// -> fall back to a dummy factory
s_pFactory = new AccessibleDummyFactory;