diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-06-11 13:50:47 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-06-12 08:24:45 +0200 |
commit | 1c3ffcdd4e702264728d222046c401b90cb1c8c9 (patch) | |
tree | da40599532933bcc4f6363d56423150b07b2bc44 /include/sfx2/tabdlg.hxx | |
parent | 48ca5005ecea5286564c682f6d75716f3c4d8451 (diff) |
loplugin:constantparam
Change-Id: Ia769b3176aea287cd57414d7ce8e88c6da43883e
Reviewed-on: https://gerrit.libreoffice.org/55622
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/sfx2/tabdlg.hxx')
-rw-r--r-- | include/sfx2/tabdlg.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sfx2/tabdlg.hxx b/include/sfx2/tabdlg.hxx index 3cb85718fc8f..bdae835ffca2 100644 --- a/include/sfx2/tabdlg.hxx +++ b/include/sfx2/tabdlg.hxx @@ -272,7 +272,7 @@ protected: public: SfxTabDialogController(weld::Window* pParent, const OUString& rUIXMLDescription, const OString& rID, - const SfxItemSet * = nullptr, bool bEditFmt = false); + const SfxItemSet * = nullptr); virtual ~SfxTabDialogController() override; void AddTabPage( const OString& rName, // Name of the label for the page in the notebook .ui |