diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2014-02-15 17:39:35 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2014-02-17 17:55:18 +0100 |
commit | 34a44156b3983849749d82b90d82b84aeb538aae (patch) | |
tree | 393815dd01ca56cadb7b8f63f477b553e98c06f6 /cppu/source/uno/prim.hxx | |
parent | 5dd4a0690124c0d3fc1835a59e0fca2d12773afe (diff) |
cppu: sal_Bool -> bool
Change-Id: I1288f1f6f38d1475b4eb5272509e479bd9f2552d
Diffstat (limited to 'cppu/source/uno/prim.hxx')
-rw-r--r-- | cppu/source/uno/prim.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cppu/source/uno/prim.hxx b/cppu/source/uno/prim.hxx index 5be342a6ca25..c0b6804babbb 100644 --- a/cppu/source/uno/prim.hxx +++ b/cppu/source/uno/prim.hxx @@ -151,7 +151,7 @@ extern "C" void * binuno_queryInterface( void * pUnoI, typelib_TypeDescriptionReference * pDestType ); //-------------------------------------------------------------------------------------------------- -inline sal_Bool _type_equals( +inline bool _type_equals( typelib_TypeDescriptionReference * pType1, typelib_TypeDescriptionReference * pType2 ) SAL_THROW(()) { |