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')
-rw-r--r--sd/source/ui/slidesorter/inc/controller/SlsSelectionManager.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sd/source/ui/slidesorter/inc/controller/SlsSelectionManager.hxx b/sd/source/ui/slidesorter/inc/controller/SlsSelectionManager.hxx
index 5d5f235fa63e..1d63ead4c585 100644
--- a/sd/source/ui/slidesorter/inc/controller/SlsSelectionManager.hxx
+++ b/sd/source/ui/slidesorter/inc/controller/SlsSelectionManager.hxx
@@ -53,7 +53,7 @@ public:
*/
SelectionManager (SlideSorter& rSlideSorter);
- ~SelectionManager (void);
+ ~SelectionManager();
/** Delete the currently selected slides. When this method returns the
selection is empty.
@@ -96,14 +96,14 @@ public:
position of the associated insertion marker is stored here and reset
the next time the selection changes.
*/
- sal_Int32 GetInsertionPosition (void) const;
+ sal_Int32 GetInsertionPosition() const;
/** Store an insertion position temporarily. It is reset when the
selection changes the next time.
*/
void SetInsertionPosition (const sal_Int32 nInsertionPosition);
- ::boost::shared_ptr<SelectionObserver> GetSelectionObserver (void) const { return mpSelectionObserver;}
+ ::boost::shared_ptr<SelectionObserver> GetSelectionObserver() const { return mpSelectionObserver;}
private:
SlideSorter& mrSlideSorter;