diff options
author | Oliver Specht <os@openoffice.org> | 2002-03-07 07:57:28 +0000 |
---|---|---|
committer | Oliver Specht <os@openoffice.org> | 2002-03-07 07:57:28 +0000 |
commit | 6516a8d80f84720abe4a88d07bedd8dae98cfe7e (patch) | |
tree | bd0c49e37e369fe1aa8948f0405a4d82c069876a /sw/source/ui/uiview/viewfunc.hxx | |
parent | fe93df08161d7011f1b8aaba8e28d0c09628084b (diff) |
#96678# enable right alignment of the vertical ruler
Diffstat (limited to 'sw/source/ui/uiview/viewfunc.hxx')
-rw-r--r-- | sw/source/ui/uiview/viewfunc.hxx | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/sw/source/ui/uiview/viewfunc.hxx b/sw/source/ui/uiview/viewfunc.hxx index 1c337e4823b2..bd766936e37e 100644 --- a/sw/source/ui/uiview/viewfunc.hxx +++ b/sw/source/ui/uiview/viewfunc.hxx @@ -2,9 +2,9 @@ * * $RCSfile: viewfunc.hxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: os $ $Date: 2001-05-10 08:48:50 $ + * last change: $Author: os $ $Date: 2002-03-07 08:55:16 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -101,7 +101,8 @@ void ViewResizePixel( const Window &rRef, SvxRuler* pVLineal = 0, SvxRuler* pHLineal = 0, BOOL bIgnoreVisibility = FALSE, - BOOL bWebView = FALSE ); + BOOL bWebView = FALSE, + BOOL bVRulerRight = FALSE ); #endif |