diff options
Diffstat (limited to 'framework/inc/dispatch/mailtodispatcher.hxx')
-rw-r--r-- | framework/inc/dispatch/mailtodispatcher.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/inc/dispatch/mailtodispatcher.hxx b/framework/inc/dispatch/mailtodispatcher.hxx index 000011ae9ec7..5ab7a8b98721 100644 --- a/framework/inc/dispatch/mailtodispatcher.hxx +++ b/framework/inc/dispatch/mailtodispatcher.hxx @@ -92,7 +92,7 @@ class MailToDispatcher : public ::cppu::WeakImplHelper3< /* internal */ private: - sal_Bool implts_dispatch( const css::util::URL& aURL , + bool implts_dispatch( const css::util::URL& aURL , const css::uno::Sequence< css::beans::PropertyValue >& lArguments ) throw( css::uno::RuntimeException ); }; // class MailToDispatcher |