From 1a08ce70788fe3d8938627aa21bde1861cd94181 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Fri, 27 Mar 2015 10:50:38 +0200 Subject: loplugin:staticfunction Change-Id: I10c30ef28e7321882a720d1e7869a75a89febfc5 --- registry/source/regimpl.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'registry/source') diff --git a/registry/source/regimpl.hxx b/registry/source/regimpl.hxx index f05dd1e9f5ea..3dc88987a29a 100644 --- a/registry/source/regimpl.hxx +++ b/registry/source/regimpl.hxx @@ -131,13 +131,13 @@ private: bool bWarnings=false, bool bReport=false); - RegError checkBlop(store::OStoreStream& rValue, + static RegError checkBlop(store::OStoreStream& rValue, const OUString& sTargetPath, sal_uInt32 srcValueSize, sal_uInt8* pSrcBuffer, bool bReport=false); - RegError mergeModuleValue(store::OStoreStream& rTargetValue, + static RegError mergeModuleValue(store::OStoreStream& rTargetValue, RegistryTypeReader& reader, RegistryTypeReader& reader2); -- cgit