summaryrefslogtreecommitdiff
path: root/cppuhelper/source/tdmgr.cxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2016-04-20 17:15:56 +0200
committerStephan Bergmann <sbergman@redhat.com>2016-04-20 17:25:38 +0200
commit918faa4a1647c165cbaf41108858bd33a530c37b (patch)
tree496141c80224af8230d300633c79134740acbe83 /cppuhelper/source/tdmgr.cxx
parente7f330fa4aad63873a552e84bfdbf6452832b007 (diff)
loplugin:salbool: Automatic rewrite of sal_False/True
Change-Id: If965f73934c182a1c96d9fdca6f395c256f6b259
Diffstat (limited to 'cppuhelper/source/tdmgr.cxx')
-rw-r--r--cppuhelper/source/tdmgr.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/cppuhelper/source/tdmgr.cxx b/cppuhelper/source/tdmgr.cxx
index e4c6edff61a9..789b3f1e7726 100644
--- a/cppuhelper/source/tdmgr.cxx
+++ b/cppuhelper/source/tdmgr.cxx
@@ -658,9 +658,9 @@ sal_Bool SAL_CALL installTypeDescriptionManager(
xComp->addEventListener( new EventListenerImpl( xTDMgr ) );
// register c typelib callback
::typelib_typedescription_registerCallback( xTDMgr.get(), typelib_callback );
- return sal_True;
+ return true;
}
- return sal_False;
+ return false;
}
} // end namespace cppu