summaryrefslogtreecommitdiffstats
path: root/writerfilter/source/filter/WriterFilterDetection.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-04-30 09:57:53 +0200
committerNoel Grandin <noel@peralex.com>2014-05-02 08:49:20 +0200
commit19d35573fa0757ecac0163e6aff8d2cad1c61264 (patch)
treee44d0b36db922bbe9d6934970bbe20c40c19c4c3 /writerfilter/source/filter/WriterFilterDetection.hxx
parentuui: sal_Bool->bool (diff)
downloadcore-19d35573fa0757ecac0163e6aff8d2cad1c61264.tar.gz
core-19d35573fa0757ecac0163e6aff8d2cad1c61264.zip
writerfilter: sal_Bool->bool
Change-Id: I794dde724b2ec3011f72c712c073f70df39aed58
Diffstat (limited to 'writerfilter/source/filter/WriterFilterDetection.hxx')
-rw-r--r--writerfilter/source/filter/WriterFilterDetection.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/writerfilter/source/filter/WriterFilterDetection.hxx b/writerfilter/source/filter/WriterFilterDetection.hxx
index beafab8b788c..9c7de921d1cd 100644
--- a/writerfilter/source/filter/WriterFilterDetection.hxx
+++ b/writerfilter/source/filter/WriterFilterDetection.hxx
@@ -53,7 +53,7 @@ public:
OUString WriterFilterDetection_getImplementationName()
throw ( ::com::sun::star::uno::RuntimeException );
-sal_Bool SAL_CALL WriterFilterDetection_supportsService( const OUString& ServiceName )
+bool SAL_CALL WriterFilterDetection_supportsService( const OUString& ServiceName )
throw ( ::com::sun::star::uno::RuntimeException );
::com::sun::star::uno::Sequence< OUString > SAL_CALL WriterFilterDetection_getSupportedServiceNames( )