summaryrefslogtreecommitdiff
path: root/sfx2
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2016-10-24 10:43:29 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2016-10-24 10:44:30 +0200
commit1aa69bd5d4bdc8513892fb88760312fee52c310b (patch)
tree1ad956735ae6443e06ccc4b853058123e6f7493c /sfx2
parent967436ba7c552ea8fa30fd3b7abced231e174951 (diff)
loplugin:countusersofdefaultparams in sd..slideshow
Change-Id: Iaf10935d8f231676333018a5954d97defe35acf6
Diffstat (limited to 'sfx2')
-rw-r--r--sfx2/source/appl/newhelp.hxx2
-rw-r--r--sfx2/source/inc/templdgi.hxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/sfx2/source/appl/newhelp.hxx b/sfx2/source/appl/newhelp.hxx
index a5d7e67dd574..f43929e676a0 100644
--- a/sfx2/source/appl/newhelp.hxx
+++ b/sfx2/source/appl/newhelp.hxx
@@ -565,7 +565,7 @@ class SfxAddHelpBookmarkDialog_Impl : public ModalDialog
private:
VclPtr<Edit> m_pTitleED;
public:
- SfxAddHelpBookmarkDialog_Impl( vcl::Window* pParent, bool bRename = true );
+ SfxAddHelpBookmarkDialog_Impl( vcl::Window* pParent, bool bRename );
virtual ~SfxAddHelpBookmarkDialog_Impl() override;
virtual void dispose() override;
diff --git a/sfx2/source/inc/templdgi.hxx b/sfx2/source/inc/templdgi.hxx
index 937e2a3f9e7e..a0a02d1811e7 100644
--- a/sfx2/source/inc/templdgi.hxx
+++ b/sfx2/source/inc/templdgi.hxx
@@ -105,7 +105,7 @@ protected:
SvTreeListEntry* pTarget, SvTreeListEntry* pEntry,
SvTreeListEntry*& rpNewParent, sal_uIntPtr& rNewChildPos) override;
public:
- StyleTreeListBox_Impl( SfxCommonTemplateDialog_Impl* pParent, WinBits nWinStyle = 0);
+ StyleTreeListBox_Impl( SfxCommonTemplateDialog_Impl* pParent, WinBits nWinStyle);
void Recalc();