summaryrefslogtreecommitdiff
path: root/registry/source/reflwrit.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2016-03-17 11:34:22 +0200
committerNoel Grandin <noelgrandin@gmail.com>2016-03-17 11:21:59 +0000
commit0ed7ec1b44edd88037b7b822a49042c4af299491 (patch)
tree23670501e8991eeef0f65d9c8bfc394125557911 /registry/source/reflwrit.hxx
parentdb93b92d78714ed193b3cbe52b18e3cfd9da99b8 (diff)
loplugin:constantparam in registry
Change-Id: Ic3c60325a722422912d06fe21d072c5f5c4bccb1 Reviewed-on: https://gerrit.libreoffice.org/23322 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'registry/source/reflwrit.hxx')
-rw-r--r--registry/source/reflwrit.hxx7
1 files changed, 1 insertions, 6 deletions
diff --git a/registry/source/reflwrit.hxx b/registry/source/reflwrit.hxx
index dcf2eecaf722..9e47e53300db 100644
--- a/registry/source/reflwrit.hxx
+++ b/registry/source/reflwrit.hxx
@@ -47,16 +47,11 @@ public:
with '/' as separator.
@param fieldCount specifies the number of fields (eg. number of attrbutes/properties,
enum values or constants).
- @param methodCount specifies the number of methods.
- @param referenceCount specifies the number of references (eg. number of supported interfaces,
- exported services ...)
*/
RegistryTypeWriter(RTTypeClass RTTypeClass,
const rtl::OUString& typeName,
const rtl::OUString& superTypeName,
- sal_uInt16 fieldCount,
- sal_uInt16 methodCount,
- sal_uInt16 referenceCount);
+ sal_uInt16 fieldCount);
/** Destructor. The Destructor frees the internal data block.