From d2848c44ec0f9b04a0f9b24653ef0273ae7ace97 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Tue, 3 Sep 2019 11:45:59 +0200 Subject: loplugin:constmethod in xmloff Change-Id: I79ff1001a3ac8fde10de1ab391772e2bfeb6a314 Reviewed-on: https://gerrit.libreoffice.org/78546 Tested-by: Jenkins Reviewed-by: Noel Grandin --- xmloff/source/xforms/XFormsModelContext.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xmloff/source/xforms') diff --git a/xmloff/source/xforms/XFormsModelContext.hxx b/xmloff/source/xforms/XFormsModelContext.hxx index 8546c5d74105..2129ed53b0d4 100644 --- a/xmloff/source/xforms/XFormsModelContext.hxx +++ b/xmloff/source/xforms/XFormsModelContext.hxx @@ -42,7 +42,7 @@ public: sal_uInt16 nPrfx, const OUString& rLName ); - const css::uno::Reference& getModel() { return mxModel;} + const css::uno::Reference& getModel() const { return mxModel;} // implement SvXMLImportContext & TokenContext methods: -- cgit