summaryrefslogtreecommitdiff
path: root/sd/source/ui/inc/taskpane/ControlContainer.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/inc/taskpane/ControlContainer.hxx')
-rwxr-xr-xsd/source/ui/inc/taskpane/ControlContainer.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sd/source/ui/inc/taskpane/ControlContainer.hxx b/sd/source/ui/inc/taskpane/ControlContainer.hxx
index c4df3cfe4dc6..b49d414d7def 100755
--- a/sd/source/ui/inc/taskpane/ControlContainer.hxx
+++ b/sd/source/ui/inc/taskpane/ControlContainer.hxx
@@ -126,9 +126,9 @@ public:
@param bIncludeHidden
This flag tells the method whether to include the controls that
are not visible in the search for the previous control. When it
- is <FALSE/> the hidden controls are skipped.
+ is <sal_False/> the hidden controls are skipped.
@param bCycle
- When this flag is <TRUE/> then the search for the previous
+ When this flag is <sal_True/> then the search for the previous
control wraps arround when reaching the first control.
@return
Returns the index to the previous control or (sal_uInt32)-1 when
@@ -148,9 +148,9 @@ public:
@param bIncludeHidden
This flag tells the method whether to include the controls that
are not visible in the search for the next control. When it is
- <FALSE/> the hidden controls are skipped.
+ <sal_False/> the hidden controls are skipped.
@param bCycle
- When this flag is <TRUE/> then the search for the next control
+ When this flag is <sal_True/> then the search for the next control
wraps arround when reaching the last control.
@return
Returns the index to the next control or (sal_uInt32)-1 when