summaryrefslogtreecommitdiff
path: root/sfx2/inc/saveastemplatedlg.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2022-07-14 10:12:44 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2022-07-14 15:38:12 +0200
commit8c15ccc2671d93b06c00730d03b441f3466984d4 (patch)
tree55e7a129b2a431555009e1f4446dbbc3a0c5ce20 /sfx2/inc/saveastemplatedlg.hxx
parenta5d3238104a46f933584cc2a896b00bae82bf4ec (diff)
clang-tidy modernize-pass-by-value in sfx2
Change-Id: I7984f0b52809091511dc01005fdbfeafd521b4bf Reviewed-on: https://gerrit.libreoffice.org/c/core/+/137048 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sfx2/inc/saveastemplatedlg.hxx')
-rw-r--r--sfx2/inc/saveastemplatedlg.hxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/sfx2/inc/saveastemplatedlg.hxx b/sfx2/inc/saveastemplatedlg.hxx
index a4df61853aaf..ddc95abd31c7 100644
--- a/sfx2/inc/saveastemplatedlg.hxx
+++ b/sfx2/inc/saveastemplatedlg.hxx
@@ -49,8 +49,7 @@ public:
bool SaveTemplate();
public:
- SfxSaveAsTemplateDialog(weld::Window* pParent,
- const css::uno::Reference<css::frame::XModel>& rModel);
+ SfxSaveAsTemplateDialog(weld::Window* pParent, css::uno::Reference<css::frame::XModel> xModel);
};
#endif // INCLUDED_SFX2_INC_SAVEASTEMPLATEDLG_HXX