Kaydet (Commit) 7edba981 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

sd: sal_Bool -> bool

Change-Id: Id3f1afa21dccb0a30ae230accb5229a2be2c6b50
üst 14c680eb
...@@ -255,7 +255,7 @@ protected: ...@@ -255,7 +255,7 @@ protected:
const OUString& rText, const OUString& rText,
sal_uInt16 MaxWidth); 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 SfxPrinter *GetPrinter(bool bCreate = false) SAL_OVERRIDE;
virtual sal_uInt16 SetPrinter(SfxPrinter *pNewPrinter, virtual sal_uInt16 SetPrinter(SfxPrinter *pNewPrinter,
sal_uInt16 nDiffFlags = SFX_PRINTER_ALL, bool bIsAPI=false) SAL_OVERRIDE; sal_uInt16 nDiffFlags = SFX_PRINTER_ALL, bool bIsAPI=false) SAL_OVERRIDE;
......
...@@ -1322,7 +1322,7 @@ void SmViewShell::Impl_Print( ...@@ -1322,7 +1322,7 @@ void SmViewShell::Impl_Print(
rOutDev.Pop(); 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!!" ); SAL_WARN( "starmath", "SmViewShell::Print: no longer used with new UI print dialog. Should be removed!!" );
return 0; return 0;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment