diff options
Diffstat (limited to 'starmath/inc/view.hxx')
-rw-r--r-- | starmath/inc/view.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/starmath/inc/view.hxx b/starmath/inc/view.hxx index 71f62aeaa6c3..ae3c14d84e5c 100644 --- a/starmath/inc/view.hxx +++ b/starmath/inc/view.hxx @@ -244,9 +244,9 @@ protected: const String& rText, sal_uInt16 MaxWidth); - virtual USHORT Print(SfxProgress &rProgress, sal_Bool bIsAPI); + virtual sal_uInt16 Print(SfxProgress &rProgress, sal_Bool bIsAPI); virtual SfxPrinter *GetPrinter(sal_Bool bCreate = sal_False); - virtual USHORT SetPrinter(SfxPrinter *pNewPrinter, + virtual sal_uInt16 SetPrinter(SfxPrinter *pNewPrinter, sal_uInt16 nDiffFlags = SFX_PRINTER_ALL, bool bIsAPI=false); sal_Bool Insert( SfxMedium& rMedium ); |