From 1e8f0940e6c6246e53550ac48eaae4f416e61777 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Mon, 2 Sep 2019 14:27:49 +0200 Subject: loplugin:constmethod in svx Change-Id: I6ae7c04479e3ea8ecd7535c33224a5e7095b64bb Reviewed-on: https://gerrit.libreoffice.org/78396 Tested-by: Jenkins Reviewed-by: Noel Grandin --- include/svx/dialcontrol.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/svx/dialcontrol.hxx') diff --git a/include/svx/dialcontrol.hxx b/include/svx/dialcontrol.hxx index 53976b86c606..9920a5a5f2b2 100644 --- a/include/svx/dialcontrol.hxx +++ b/include/svx/dialcontrol.hxx @@ -177,7 +177,7 @@ public: void SaveValue(); /** Compare value with the saved value */ - bool IsValueModified(); + bool IsValueModified() const; const OUString& GetText() const { return mpImpl->maText; } void SetText(const OUString& rText) { mpImpl->maText = rText; } -- cgit