diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2021-10-04 15:37:08 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2021-10-04 18:19:41 +0200 |
commit | 3b7a86abf28dcc2400a691200b0ea11ee5a9e537 (patch) | |
tree | 958c06f3601228d3c57959f2465f533d165dea4b /include/svx/pszctrl.hxx | |
parent | 717dd57000212dda5f4ff5b167d3f3b0f498a98e (diff) |
loplugin:constmethod
Change-Id: I56af10be5f1155db4c7f2190495fe036a9b4236a
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/123054
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/svx/pszctrl.hxx')
-rw-r--r-- | include/svx/pszctrl.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svx/pszctrl.hxx b/include/svx/pszctrl.hxx index c4b077a2a064..e22b18096e27 100644 --- a/include/svx/pszctrl.hxx +++ b/include/svx/pszctrl.hxx @@ -29,7 +29,7 @@ class SVX_DLLPUBLIC SvxPosSizeStatusBarControl final : public SfxStatusBarContro { private: std::unique_ptr<SvxPosSizeStatusBarControl_Impl> pImpl; - SVX_DLLPRIVATE OUString GetMetricStr_Impl( tools::Long nVal ); + SVX_DLLPRIVATE OUString GetMetricStr_Impl( tools::Long nVal ) const; public: SFX_DECL_STATUSBAR_CONTROL(); |