summaryrefslogtreecommitdiff
path: root/avmedia/source/win/manager.hxx
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@suse.cz>2012-09-18 14:42:59 +0200
committerMiklos Vajna <vmiklos@suse.cz>2012-09-18 14:44:24 +0200
commitf5b299e6721bcc67bb1afe4995f2c26b41b6adac (patch)
tree3bb22477cc75c4695a12abe940e7fc7ead8b3e37 /avmedia/source/win/manager.hxx
parent1fe4aa6ed810d1be7b81875977da1da33e9fe4bf (diff)
avmedia: more sal_Bool -> bool reverts
Change-Id: Ifca52136a90411a60dc11458f09670d72d5d70a7
Diffstat (limited to 'avmedia/source/win/manager.hxx')
-rw-r--r--avmedia/source/win/manager.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/avmedia/source/win/manager.hxx b/avmedia/source/win/manager.hxx
index 51c10f185860..662601089ad4 100644
--- a/avmedia/source/win/manager.hxx
+++ b/avmedia/source/win/manager.hxx
@@ -52,7 +52,7 @@ public:
// XServiceInfo
virtual OUString SAL_CALL getImplementationName( ) throw (::com::sun::star::uno::RuntimeException);
- virtual bool SAL_CALL supportsService( const OUString& ServiceName ) throw (::com::sun::star::uno::RuntimeException);
+ virtual sal_Bool SAL_CALL supportsService( const OUString& ServiceName ) throw (::com::sun::star::uno::RuntimeException);
virtual ::com::sun::star::uno::Sequence< OUString > SAL_CALL getSupportedServiceNames( ) throw (::com::sun::star::uno::RuntimeException);
private: