summaryrefslogtreecommitdiff
path: root/sd/source/ui/slidesorter/inc/controller/SlsTransferableData.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/slidesorter/inc/controller/SlsTransferableData.hxx')
-rw-r--r--sd/source/ui/slidesorter/inc/controller/SlsTransferableData.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sd/source/ui/slidesorter/inc/controller/SlsTransferableData.hxx b/sd/source/ui/slidesorter/inc/controller/SlsTransferableData.hxx
index 57d51f28ed2e..1e60ac843b4a 100644
--- a/sd/source/ui/slidesorter/inc/controller/SlsTransferableData.hxx
+++ b/sd/source/ui/slidesorter/inc/controller/SlsTransferableData.hxx
@@ -67,13 +67,13 @@ public:
TransferableData (
SlideSorterViewShell* pViewShell,
const ::std::vector<TransferableData::Representative>& rRepresentatives);
- virtual ~TransferableData (void);
+ virtual ~TransferableData();
- const ::std::vector<Representative>& GetRepresentatives (void) const { return maRepresentatives;}
+ const ::std::vector<Representative>& GetRepresentatives() const { return maRepresentatives;}
/** Return the view shell for which the transferable was created.
*/
- SlideSorterViewShell* GetSourceViewShell (void) const { return mpViewShell;}
+ SlideSorterViewShell* GetSourceViewShell() const { return mpViewShell;}
private:
SlideSorterViewShell* mpViewShell;