summaryrefslogtreecommitdiff
path: root/include/sfx2
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2022-03-23 20:43:05 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2022-03-24 08:50:56 +0100
commit6ed4be1257ef76db4d0ac858a27ea6bd12bd3de1 (patch)
tree004f04f780ee8db5f60c077d18e7a650a73d2b09 /include/sfx2
parent7f4ecf3263db9f40fcb5f02e62fdb45c1fc355bc (diff)
loplugin:constantparam
Change-Id: Ib65abd0546f1219387fe3fd7ad4f6ba0eb029bd1 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/131987 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/sfx2')
-rw-r--r--include/sfx2/objsh.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sfx2/objsh.hxx b/include/sfx2/objsh.hxx
index c44a56b858da..49c2c2325eff 100644
--- a/include/sfx2/objsh.hxx
+++ b/include/sfx2/objsh.hxx
@@ -295,7 +295,7 @@ public:
* @return true if the initialization is successful, false otherwise.
*/
void DoInitUnitTest();
- bool DoInitNew( SfxMedium* pMedium=nullptr );
+ bool DoInitNew();
bool DoLoad( SfxMedium* pMedium );
bool DoLoadExternal( SfxMedium* pMed );
bool DoSave();