summaryrefslogtreecommitdiff
path: root/sd/source/ui/inc/ViewShell.hxx
diff options
context:
space:
mode:
authorCarsten Driesner <cd@openoffice.org>2011-01-17 13:26:54 +0100
committerCarsten Driesner <cd@openoffice.org>2011-01-17 13:26:54 +0100
commit23951d3a0d99d72547df9850b31aaa0087aca0fe (patch)
tree95eb07c53cfe1c18949752f83589f157b1e0695e /sd/source/ui/inc/ViewShell.hxx
parent3d6bed44c8ca414f60c03223482b9f7b94d56c14 (diff)
removetooltypes01: #i112600# Fix problems with autodoc TRUE/FALSE
Diffstat (limited to 'sd/source/ui/inc/ViewShell.hxx')
-rwxr-xr-xsd/source/ui/inc/ViewShell.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sd/source/ui/inc/ViewShell.hxx b/sd/source/ui/inc/ViewShell.hxx
index 1f78d1fd5634..5ec314f17350 100755
--- a/sd/source/ui/inc/ViewShell.hxx
+++ b/sd/source/ui/inc/ViewShell.hxx
@@ -335,11 +335,11 @@ public:
/** Return the border that is drawn arround the actual document view.
The border contains typically rulers and scroll bars.
@param bOuterResize
- When this flag is <sal_True/> then the border is used for an
+ When this flag is <TRUE/> then the border is used for an
OuterResizePixel(), i.e. there is a given window size and the
border elements are placed inside so that the document view has
the given window size minus the border.
- When the flag is <sal_False/> then the border is used for an
+ When the flag is <FALSE/> then the border is used for an
InnerResizePixel(), i.e. the document view has a given size and
the border is placed outside. In this scenario the parent
window has the size of the document view plus the border.
@@ -385,7 +385,7 @@ public:
ViewShellBase& GetViewShellBase (void) const;
- /** Return <sal_True/> when the called view shell is the main sub shell of
+ /** Return <TRUE/> when the called view shell is the main sub shell of
its ViewShellBase object, i.e. is display in the center pane. This
convenience function is equivalent to comparing the this pointer to
the result of ViewShellBase::GetViewShell(PT_CENTER).
@@ -394,7 +394,7 @@ public:
/** Set or reset the flag that indicates whether the called shell is the
one displayed in the center pane. By default this flag is set to
- <sal_False/>. For the main view shell it thus has to be set to <sal_True/>.
+ <FALSE/>. For the main view shell it thus has to be set to <TRUE/>.
*/
void SetIsMainViewShell (bool bIsMainViewShell);