summaryrefslogtreecommitdiff
path: root/writerperfect/source/writer/WordPerfectImportFilter.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-04-30 10:00:10 +0200
committerNoel Grandin <noel@peralex.com>2014-05-02 08:49:20 +0200
commita86ad4d11c7789dcf7fede31b0ff391f151dbf47 (patch)
treec0e49c4cd9e361dae1a13500b75a943588333a60 /writerperfect/source/writer/WordPerfectImportFilter.hxx
parent19d35573fa0757ecac0163e6aff8d2cad1c61264 (diff)
writerperfect: sal_Bool->bool
Change-Id: Ic51f9ed2c2c2fced13c8b279912410f9c1638ff9
Diffstat (limited to 'writerperfect/source/writer/WordPerfectImportFilter.hxx')
-rw-r--r--writerperfect/source/writer/WordPerfectImportFilter.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/writerperfect/source/writer/WordPerfectImportFilter.hxx b/writerperfect/source/writer/WordPerfectImportFilter.hxx
index ab403dae9e91..0e9369bb173d 100644
--- a/writerperfect/source/writer/WordPerfectImportFilter.hxx
+++ b/writerperfect/source/writer/WordPerfectImportFilter.hxx
@@ -41,7 +41,7 @@ protected:
OUString msFilterName;
::com::sun::star::uno::Reference< ::com::sun::star::xml::sax::XDocumentHandler > mxHandler;
- sal_Bool SAL_CALL importImpl( const ::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue >& aDescriptor )
+ bool SAL_CALL importImpl( const ::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue >& aDescriptor )
throw (::com::sun::star::uno::RuntimeException);
public:
@@ -80,7 +80,7 @@ public:
OUString WordPerfectImportFilter_getImplementationName()
throw ( ::com::sun::star::uno::RuntimeException );
-sal_Bool SAL_CALL WordPerfectImportFilter_supportsService( const OUString &ServiceName )
+bool SAL_CALL WordPerfectImportFilter_supportsService( const OUString &ServiceName )
throw ( ::com::sun::star::uno::RuntimeException );
::com::sun::star::uno::Sequence< OUString > SAL_CALL WordPerfectImportFilter_getSupportedServiceNames( )
@@ -136,7 +136,7 @@ public:
OUString WordPerfectImportFilterDialog_getImplementationName()
throw ( ::com::sun::star::uno::RuntimeException );
-sal_Bool SAL_CALL WordPerfectImportFilterDialog_supportsService( const OUString &ServiceName )
+bool SAL_CALL WordPerfectImportFilterDialog_supportsService( const OUString &ServiceName )
throw ( ::com::sun::star::uno::RuntimeException );
::com::sun::star::uno::Sequence< OUString > SAL_CALL WordPerfectImportFilterDialog_getSupportedServiceNames( )