diff options
author | Carsten Driesner <cd@openoffice.org> | 2011-01-24 14:07:08 +0100 |
---|---|---|
committer | Carsten Driesner <cd@openoffice.org> | 2011-01-24 14:07:08 +0100 |
commit | fcc6ae78e9871c88a7c6013b4bbce391713b09a5 (patch) | |
tree | 618900e79124e481c33623ccd7282bb26aacc6e3 | |
parent | 6ef1b591fcb2b6787497310a43a59061eb52abdb (diff) |
removetooltypes01: Remove tool types from vcl and starmath
-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 ); |