From 35163715ead39eece619a5790903c88fa4216ec6 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Tue, 7 Apr 2015 13:16:24 +0200 Subject: loplugin:staticmethods Change-Id: Ie348778ea666c24e95e048386547f301083a0017 --- package/source/xstor/xstorage.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package/source/xstor/xstorage.hxx') diff --git a/package/source/xstor/xstorage.hxx b/package/source/xstor/xstorage.hxx index c8688ecf9faf..4e1283affce8 100644 --- a/package/source/xstor/xstorage.hxx +++ b/package/source/xstor/xstorage.hxx @@ -249,7 +249,7 @@ struct OStorage_Impl ::com::sun::star::uno::Sequence< OUString > GetElementNames(); void RemoveElement( SotElement_Impl* pElement ); - void ClearElement( SotElement_Impl* pElement ); + static void ClearElement( SotElement_Impl* pElement ); void DisposeChildren(); void CloneStreamElement( -- cgit