summaryrefslogtreecommitdiff
path: root/include/filter
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-02-12 15:54:09 +0200
committerNoel Grandin <noel@peralex.com>2014-02-14 14:15:13 +0200
commit3e971c792ce820672baa99562e25d087325e0406 (patch)
tree7b7ac35e55713b35293c9fe95aed668b9d237c55 /include/filter
parent6c5c1c1a3b72efa62bfdf1da2a1506d259bd68c7 (diff)
sal_Bool->bool
Change-Id: Ibd5178f35d735e94065a3fbb6b61de53e53b1b0c
Diffstat (limited to 'include/filter')
-rw-r--r--include/filter/msfilter/msocximex.hxx4
-rw-r--r--include/filter/msfilter/svdfppt.hxx4
2 files changed, 4 insertions, 4 deletions
diff --git a/include/filter/msfilter/msocximex.hxx b/include/filter/msfilter/msocximex.hxx
index 72362e698d8c..c3877d721d85 100644
--- a/include/filter/msfilter/msocximex.hxx
+++ b/include/filter/msfilter/msocximex.hxx
@@ -66,13 +66,13 @@ public:
SvxMSConvertOCXControls( const ::com::sun::star::uno::Reference< ::com::sun::star::frame::XModel >& xModel );
virtual ~SvxMSConvertOCXControls();
- virtual sal_Bool InsertControl(
+ virtual bool InsertControl(
const com::sun::star::uno::Reference<
com::sun::star::form::XFormComponent >& /*rFComp*/,
const com::sun::star::awt::Size& /*rSize*/,
com::sun::star::uno::Reference<
com::sun::star::drawing::XShape >* /*pShape*/,
- sal_Bool /*bFloatingCtrl*/ ) {return sal_False;}
+ bool /*bFloatingCtrl*/ ) {return false;}
/*begin: Backwards compatability with office 95 import, modify later*/
const com::sun::star::uno::Reference<
diff --git a/include/filter/msfilter/svdfppt.hxx b/include/filter/msfilter/svdfppt.hxx
index 2e9f099cd714..f8eaed47beac 100644
--- a/include/filter/msfilter/svdfppt.hxx
+++ b/include/filter/msfilter/svdfppt.hxx
@@ -1299,11 +1299,11 @@ public :
com::sun::star::uno::Reference<
com::sun::star::drawing::XShape > *pShapeRef=0,
sal_Bool bFloatingCtrl=sal_False );
- virtual sal_Bool InsertControl(
+ virtual bool InsertControl(
const com::sun::star::uno::Reference< com::sun::star::form::XFormComponent > &rFComp,
const com::sun::star::awt::Size& rSize,
com::sun::star::uno::Reference< com::sun::star::drawing::XShape > *pShape,
- sal_Bool bFloatingCtrl
+ bool bFloatingCtrl
);
};