summaryrefslogtreecommitdiff
path: root/starmath
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-09-15 16:26:17 +0200
committerStephan Bergmann <sbergman@redhat.com>2014-09-15 16:26:53 +0200
commit7edba9818e37e8dea535bfd17ba62b4351011a0b (patch)
treeb5083ff56a07f753115c8f2746ad0b8342bd9fab /starmath
parent14c680eb3aa5d113f49a2f572c70d462461d1c9c (diff)
sd: sal_Bool -> bool
Change-Id: Id3f1afa21dccb0a30ae230accb5229a2be2c6b50
Diffstat (limited to 'starmath')
-rw-r--r--starmath/inc/view.hxx2
-rw-r--r--starmath/source/view.cxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/starmath/inc/view.hxx b/starmath/inc/view.hxx
index fa2edee2bfee..38ad81456c4c 100644
--- a/starmath/inc/view.hxx
+++ b/starmath/inc/view.hxx
@@ -255,7 +255,7 @@ protected:
const OUString& rText,
sal_uInt16 MaxWidth);
- virtual sal_uInt16 Print(SfxProgress &rProgress, sal_Bool bIsAPI);
+ virtual sal_uInt16 Print(SfxProgress &rProgress, bool bIsAPI);
virtual SfxPrinter *GetPrinter(bool bCreate = false) SAL_OVERRIDE;
virtual sal_uInt16 SetPrinter(SfxPrinter *pNewPrinter,
sal_uInt16 nDiffFlags = SFX_PRINTER_ALL, bool bIsAPI=false) SAL_OVERRIDE;
diff --git a/starmath/source/view.cxx b/starmath/source/view.cxx
index 5da9f2908755..53a3e4fc6586 100644
--- a/starmath/source/view.cxx
+++ b/starmath/source/view.cxx
@@ -1322,7 +1322,7 @@ void SmViewShell::Impl_Print(
rOutDev.Pop();
}
-sal_uInt16 SmViewShell::Print(SfxProgress & /*rProgress*/, sal_Bool /*bIsAPI*/)
+sal_uInt16 SmViewShell::Print(SfxProgress & /*rProgress*/, bool /*bIsAPI*/)
{
SAL_WARN( "starmath", "SmViewShell::Print: no longer used with new UI print dialog. Should be removed!!" );
return 0;