summaryrefslogtreecommitdiff
path: root/sd/source/ui/slidesorter/inc/controller/SlsSelectionManager.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/slidesorter/inc/controller/SlsSelectionManager.hxx')
-rwxr-xr-xsd/source/ui/slidesorter/inc/controller/SlsSelectionManager.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sd/source/ui/slidesorter/inc/controller/SlsSelectionManager.hxx b/sd/source/ui/slidesorter/inc/controller/SlsSelectionManager.hxx
index a9617a88c2e6..49ebfc394ac9 100755
--- a/sd/source/ui/slidesorter/inc/controller/SlsSelectionManager.hxx
+++ b/sd/source/ui/slidesorter/inc/controller/SlsSelectionManager.hxx
@@ -66,9 +66,9 @@ public:
/** Delete the currently selected slides. When this method returns the
selection is empty.
@param bSelectFollowingPage
- When <TRUE/> then after deleting the selected pages make the
+ When <sal_True/> then after deleting the selected pages make the
slide after the last selected page the new current page.
- When <FALSE/> then make the first slide before the selected
+ When <sal_False/> then make the first slide before the selected
pages the new current slide.
*/
void DeleteSelectedPages (const bool bSelectFollowingPage = true);