summaryrefslogtreecommitdiff
path: root/extensions/source/propctrlr
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
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')
-rw-r--r--extensions/source/propctrlr/browserlistbox.hxx2
-rw-r--r--extensions/source/propctrlr/cellbindinghelper.hxx4
-rw-r--r--extensions/source/propctrlr/propertyhandler.hxx8
3 files changed, 7 insertions, 7 deletions
diff --git a/extensions/source/propctrlr/browserlistbox.hxx b/extensions/source/propctrlr/browserlistbox.hxx
index 73724e10bb36..284119c97c3f 100644
--- a/extensions/source/propctrlr/browserlistbox.hxx
+++ b/extensions/source/propctrlr/browserlistbox.hxx
@@ -127,7 +127,7 @@ namespace pcr
void Clear();
- void InsertEntry( const OLineDescriptor&, sal_uInt16 nPos = EDITOR_LIST_APPEND );
+ void InsertEntry( const OLineDescriptor&, sal_uInt16 nPos );
bool RemoveEntry( const OUString& _rName );
void ChangeEntry( const OLineDescriptor&, sal_uInt16 nPos );
diff --git a/extensions/source/propctrlr/cellbindinghelper.hxx b/extensions/source/propctrlr/cellbindinghelper.hxx
index c044a2ef72f7..2fe8de94be89 100644
--- a/extensions/source/propctrlr/cellbindinghelper.hxx
+++ b/extensions/source/propctrlr/cellbindinghelper.hxx
@@ -71,7 +71,7 @@ namespace pcr
css::uno::Reference< css::form::binding::XValueBinding >
createCellBindingFromStringAddress(
const OUString& _rAddress,
- bool _bSupportIntegerExchange = false
+ bool _bSupportIntegerExchange
) const;
/** creates a cell binding (supporting integer exchange, if requested) for
@@ -80,7 +80,7 @@ namespace pcr
css::uno::Reference< css::form::binding::XValueBinding >
createCellBindingFromAddress(
const css::table::CellAddress& _rAddress,
- bool _bSupportIntegerExchange = false
+ bool _bSupportIntegerExchange
) const;
/** gets a cell range list source binding for the given address
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