From 386c28330ea590eb42877af1c807973e8fb29be0 Mon Sep 17 00:00:00 2001 From: Julien Nabet Date: Sat, 30 Jul 2011 23:51:40 +0200 Subject: Some cppcheck cleaning --- xmlscript/source/xmldlg_imexp/imp_share.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xmlscript/source') diff --git a/xmlscript/source/xmldlg_imexp/imp_share.hxx b/xmlscript/source/xmldlg_imexp/imp_share.hxx index 4751091a7d73..5b9b9a5adfd9 100644 --- a/xmlscript/source/xmldlg_imexp/imp_share.hxx +++ b/xmlscript/source/xmldlg_imexp/imp_share.hxx @@ -413,7 +413,7 @@ public: _aId( id ) { OSL_ASSERT( _xControlModel.is() ); } - inline css::uno::Reference< css::beans::XPropertySet > getControlModel() + inline css::uno::Reference< css::beans::XPropertySet > getControlModel() const { return _xControlModel; } void importDefaults( -- cgit