diff options
Diffstat (limited to 'sw/source/ui/uiview/viewfunc.hxx')
-rw-r--r-- | sw/source/ui/uiview/viewfunc.hxx | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/sw/source/ui/uiview/viewfunc.hxx b/sw/source/ui/uiview/viewfunc.hxx index 09502fa6dd..22500c59cb 100644 --- a/sw/source/ui/uiview/viewfunc.hxx +++ b/sw/source/ui/uiview/viewfunc.hxx @@ -42,17 +42,17 @@ class Window; class SwWrtShell; // folgende Funktionen stehen im viewprt.cxx -PrintDialog* CreatePrintDialog( Window* , USHORT, SwWrtShell* ); -void SetPrinter( IDocumentDeviceAccess*, SfxPrinter*, BOOL bWeb ); +PrintDialog* CreatePrintDialog( Window* , sal_uInt16, SwWrtShell* ); +void SetPrinter( IDocumentDeviceAccess*, SfxPrinter*, sal_Bool bWeb ); SfxTabPage* CreatePrintOptionsPage( Window*, const SfxItemSet& ); -void SetAppPrintOptions( ViewShell* pSh, BOOL bWeb ); +void SetAppPrintOptions( ViewShell* pSh, sal_Bool bWeb ); // folgende Funktionen stehen im viewport.cxx void ViewResizePixel( const Window &rRef, const Point &rOfst, const Size &rSize, const Size &rEditSz, - const BOOL bInner, + const sal_Bool bInner, SwScrollbar& rVScrollbar, SwScrollbar& rHScrollbar, ImageButton* pPageUpBtn, @@ -61,8 +61,8 @@ void ViewResizePixel( const Window &rRef, Window& rScrollBarBox, SvxRuler* pVLineal = 0, SvxRuler* pHLineal = 0, - BOOL bWebView = FALSE, - BOOL bVRulerRight = FALSE ); + sal_Bool bWebView = sal_False, + sal_Bool bVRulerRight = sal_False ); #endif |