summaryrefslogtreecommitdiff
path: root/sd/source/ui/sidebar/AllMasterPagesSelector.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/sidebar/AllMasterPagesSelector.hxx')
-rw-r--r--sd/source/ui/sidebar/AllMasterPagesSelector.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sd/source/ui/sidebar/AllMasterPagesSelector.hxx b/sd/source/ui/sidebar/AllMasterPagesSelector.hxx
index e3135871d5ca..11bcb2640f65 100644
--- a/sd/source/ui/sidebar/AllMasterPagesSelector.hxx
+++ b/sd/source/ui/sidebar/AllMasterPagesSelector.hxx
@@ -62,7 +62,7 @@ private:
ViewShellBase& rBase,
const ::boost::shared_ptr<MasterPageContainer>& rpContainer,
const css::uno::Reference<css::ui::XSidebar>& rxSidebar);
- virtual ~AllMasterPagesSelector (void);
+ virtual ~AllMasterPagesSelector();
void AddTemplate (const TemplateEntry& rEntry);
@@ -75,7 +75,7 @@ private:
/** Update the internal list of master pages that are to show in the
control.
*/
- void UpdateMasterPageList (void);
+ void UpdateMasterPageList();
using MasterPagesSelector::Fill;
};