diff options
author | Noel Grandin <noel@peralex.com> | 2015-11-24 14:24:21 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2015-11-25 08:25:09 +0200 |
commit | a78182a993288680b04d1329536af5953e8ca31c (patch) | |
tree | 7684e9845b142adbc58cc5bf63003aad7c597593 /include | |
parent | fa452b54a5d2b31d5bc57617323f0f1092d0794f (diff) |
loplugin:unusedfields in include/package,include/registry
Change-Id: Iadba30885ba3bab7aaee58e298a9dc6b22c8b977
Diffstat (limited to 'include')
-rw-r--r-- | include/package/Deflater.hxx | 1 | ||||
-rw-r--r-- | include/registry/registry.hxx | 3 |
2 files changed, 0 insertions, 4 deletions
diff --git a/include/package/Deflater.hxx b/include/package/Deflater.hxx index 00e3ee81246e..640c6d4828a5 100644 --- a/include/package/Deflater.hxx +++ b/include/package/Deflater.hxx @@ -35,7 +35,6 @@ protected: css::uno::Sequence< sal_Int8 > sInBuffer; bool bFinish; bool bFinished; - sal_Int32 nStrategy; sal_Int64 nOffset, nLength; z_stream* pStream; diff --git a/include/registry/registry.hxx b/include/registry/registry.hxx index 76ffe26df0c1..dbbe0f1eab8a 100644 --- a/include/registry/registry.hxx +++ b/include/registry/registry.hxx @@ -43,10 +43,7 @@ struct Registry_Api RegError (REGISTRY_CALLTYPE *openRegistry) (rtl_uString*, RegHandle*, RegAccessMode); RegError (REGISTRY_CALLTYPE *closeRegistry) (RegHandle); RegError (REGISTRY_CALLTYPE *destroyRegistry) (RegHandle, rtl_uString*); - RegError (REGISTRY_CALLTYPE *loadKey) (RegHandle, RegKeyHandle, rtl_uString*, rtl_uString*); - RegError (REGISTRY_CALLTYPE *saveKey) (RegHandle, RegKeyHandle, rtl_uString*, rtl_uString*); RegError (REGISTRY_CALLTYPE *mergeKey) (RegHandle, RegKeyHandle, rtl_uString*, rtl_uString*, sal_Bool, sal_Bool); - RegError (REGISTRY_CALLTYPE *dumpRegistry) (RegHandle, RegKeyHandle); void (REGISTRY_CALLTYPE *acquireKey) (RegKeyHandle); void (REGISTRY_CALLTYPE *releaseKey) (RegKeyHandle); sal_Bool (REGISTRY_CALLTYPE *isKeyReadOnly) (RegKeyHandle); |