summaryrefslogtreecommitdiff
path: root/extensions/source/propctrlr/propertyhandler.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2016-08-05 11:11:03 +0200
committerNoel Grandin <noelgrandin@gmail.com>2016-08-05 11:54:17 +0000
commitb4e12269e813338afc895986fbc4f2703cedd016 (patch)
tree8809ce08d9199ba14ffc51cd28db0869f826e208 /extensions/source/propctrlr/propertyhandler.hxx
parentdbe0b5aa9dc016498c623e76babcc486894d4235 (diff)
loplugin:countusersofdefaultparams in editeng..fpicker
Change-Id: I6356c95296d81736fc6d66e510cd70606ee55f68 Reviewed-on: https://gerrit.libreoffice.org/27897 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'extensions/source/propctrlr/propertyhandler.hxx')
-rw-r--r--extensions/source/propctrlr/propertyhandler.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/extensions/source/propctrlr/propertyhandler.hxx b/extensions/source/propctrlr/propertyhandler.hxx
index 8af12129fe2f..93c47830a81e 100644
--- a/extensions/source/propctrlr/propertyhandler.hxx
+++ b/extensions/source/propctrlr/propertyhandler.hxx
@@ -189,7 +189,7 @@ namespace pcr
inline void addDoublePropertyDescription(
::std::vector< css::beans::Property >& _rProperties,
const OUString& _rPropertyName,
- sal_Int16 _nAttribs = 0
+ sal_Int16 _nAttribs
) const;
/** adds a description for the given date property to the given property vector
@@ -197,7 +197,7 @@ namespace pcr
inline void addDatePropertyDescription(
::std::vector< css::beans::Property >& _rProperties,
const OUString& _rPropertyName,
- sal_Int16 _nAttribs = 0
+ sal_Int16 _nAttribs
) const;
/** adds a description for the given time property to the given property vector
@@ -205,7 +205,7 @@ namespace pcr
inline void addTimePropertyDescription(
::std::vector< css::beans::Property >& _rProperties,
const OUString& _rPropertyName,
- sal_Int16 _nAttribs = 0
+ sal_Int16 _nAttribs
) const;
/** adds a description for the given DateTime property to the given property vector
@@ -213,7 +213,7 @@ namespace pcr
inline void addDateTimePropertyDescription(
::std::vector< css::beans::Property >& _rProperties,
const OUString& _rPropertyName,
- sal_Int16 _nAttribs = 0
+ sal_Int16 _nAttribs
) const;
/// adds a Property, given by name only, to a given vector of Properties