diff options
Diffstat (limited to 'sw/inc/unosrch.hxx')
-rw-r--r-- | sw/inc/unosrch.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/unosrch.hxx b/sw/inc/unosrch.hxx index c9da0cc39fe4..a4021761925f 100644 --- a/sw/inc/unosrch.hxx +++ b/sw/inc/unosrch.hxx @@ -119,7 +119,7 @@ public: //XServiceInfo virtual ::rtl::OUString SAL_CALL getImplementationName(void) throw( ::com::sun::star::uno::RuntimeException ); - virtual BOOL SAL_CALL supportsService(const ::rtl::OUString& ServiceName) throw( ::com::sun::star::uno::RuntimeException ); + virtual sal_Bool SAL_CALL supportsService(const ::rtl::OUString& ServiceName) throw( ::com::sun::star::uno::RuntimeException ); virtual ::com::sun::star::uno::Sequence< ::rtl::OUString > SAL_CALL getSupportedServiceNames(void) throw( ::com::sun::star::uno::RuntimeException ); void FillSearchItemSet(SfxItemSet& rSet) const; |