summaryrefslogtreecommitdiff
path: root/sd/source/ui/sidebar/CurrentMasterPagesSelector.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/sidebar/CurrentMasterPagesSelector.hxx')
-rw-r--r--sd/source/ui/sidebar/CurrentMasterPagesSelector.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sd/source/ui/sidebar/CurrentMasterPagesSelector.hxx b/sd/source/ui/sidebar/CurrentMasterPagesSelector.hxx
index e5c2932b90be..e9a3cbe5d7d8 100644
--- a/sd/source/ui/sidebar/CurrentMasterPagesSelector.hxx
+++ b/sd/source/ui/sidebar/CurrentMasterPagesSelector.hxx
@@ -44,7 +44,7 @@ public:
used by the currently selected page of the document in the
center pane.
*/
- virtual void UpdateSelection (void) SAL_OVERRIDE;
+ virtual void UpdateSelection() SAL_OVERRIDE;
/** Copy all master pages that are to be shown into the given list.
*/
@@ -53,7 +53,7 @@ public:
using MasterPagesSelector::Fill;
protected:
- virtual ResId GetContextMenuResId (void) const SAL_OVERRIDE;
+ virtual ResId GetContextMenuResId() const SAL_OVERRIDE;
virtual void ProcessPopupMenu (Menu& rMenu) SAL_OVERRIDE;
virtual void ExecuteCommand (const sal_Int32 nCommandId) SAL_OVERRIDE;
@@ -67,9 +67,9 @@ private:
ViewShellBase& rBase,
const ::boost::shared_ptr<MasterPageContainer>& rpContainer,
const css::uno::Reference<css::ui::XSidebar>& rxSidebar);
- virtual ~CurrentMasterPagesSelector (void);
+ virtual ~CurrentMasterPagesSelector();
- virtual void LateInit (void) SAL_OVERRIDE;
+ virtual void LateInit() SAL_OVERRIDE;
DECL_LINK(EventMultiplexerListener,sd::tools::EventMultiplexerEvent*);
};