diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2024-04-19 14:23:52 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2024-04-20 10:01:43 +0200 |
commit | 4aea0b8423ab8f4d7942d66e61d64de448357c73 (patch) | |
tree | cfedefaa073687b6f94886e8a4e526766bad5fdc /sw/inc/editsh.hxx | |
parent | 3e68a5cfa9807ee5e4a83fd5c763d0e2fee3428e (diff) |
loplugin:constantparam in sw
Change-Id: Idf7d3abd464b7be87d109d14adf94357a5d49dd5
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/166312
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sw/inc/editsh.hxx')
-rw-r--r-- | sw/inc/editsh.hxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sw/inc/editsh.hxx b/sw/inc/editsh.hxx index b8bd2ad6effe..5ac1d9a460da 100644 --- a/sw/inc/editsh.hxx +++ b/sw/inc/editsh.hxx @@ -675,8 +675,7 @@ public: /** @return name and filter of a graphic if the cursor is in a graphic, else give a rap on the knuckles! If a string-ptr != 0 return the respective name. */ - void GetGrfNms( OUString* pGrfName, OUString* pFltName, - const SwFlyFrameFormat* = nullptr ) const; + void GetGrfNms( OUString* pGrfName, OUString* pFltName ) const; /// Re-read if graphic is not ok. Current graphic is replaced by the new one. void ReRead( const OUString& rGrfName, const OUString& rFltName, |