diff options
author | Noel Grandin <noel@peralex.com> | 2016-08-05 11:59:19 +0200 |
---|---|---|
committer | Noel Grandin <noelgrandin@gmail.com> | 2016-08-05 11:50:45 +0000 |
commit | f12476f0f61824f6bf5120d3176731b17a43b817 (patch) | |
tree | d94238485804d4937f1aaf9e68beebd52cb490e4 /reportdesign/source/ui | |
parent | 99cb0d3e68921c52311b4dce032d8d2bf39a969f (diff) |
loplugin:countusersofdefaultparams in oox..sd
Change-Id: I4504939a3957606979c6ac36af6611e1fe072d01
Reviewed-on: https://gerrit.libreoffice.org/27902
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'reportdesign/source/ui')
-rw-r--r-- | reportdesign/source/ui/inc/ReportWindow.hxx | 4 | ||||
-rw-r--r-- | reportdesign/source/ui/inc/ScrollHelper.hxx | 4 | ||||
-rw-r--r-- | reportdesign/source/ui/inc/ViewsWindow.hxx | 6 |
3 files changed, 7 insertions, 7 deletions
diff --git a/reportdesign/source/ui/inc/ReportWindow.hxx b/reportdesign/source/ui/inc/ReportWindow.hxx index 36a59ac178dd..40bb012bc1d8 100644 --- a/reportdesign/source/ui/inc/ReportWindow.hxx +++ b/reportdesign/source/ui/inc/ReportWindow.hxx @@ -75,7 +75,7 @@ namespace rptui inline OScrollWindowHelper* getScrollWindow() const { return m_pParent; } void SetMode( DlgEdMode m_eMode ); - void SetInsertObj( sal_uInt16 eObj,const OUString& _sShapeType = OUString()); + void SetInsertObj( sal_uInt16 eObj, const OUString& _sShapeType); OUString GetInsertObjString() const; void setGridSnap(bool bOn); void setDragStripes(bool bOn); @@ -121,7 +121,7 @@ namespace rptui */ void addSection(const css::uno::Reference< css::report::XSection >& _xSection ,const OUString& _sColorEntry - ,sal_uInt16 _nPosition = USHRT_MAX); + ,sal_uInt16 _nPosition); sal_uInt16 getSectionCount() const; diff --git a/reportdesign/source/ui/inc/ScrollHelper.hxx b/reportdesign/source/ui/inc/ScrollHelper.hxx index 3e1a63d3d2f1..b888d02425f6 100644 --- a/reportdesign/source/ui/inc/ScrollHelper.hxx +++ b/reportdesign/source/ui/inc/ScrollHelper.hxx @@ -87,7 +87,7 @@ namespace rptui // forwards void SetMode( DlgEdMode _eMode ); - void SetInsertObj( sal_uInt16 eObj,const OUString& _sShapeType = OUString()); + void SetInsertObj( sal_uInt16 eObj,const OUString& _sShapeType); OUString GetInsertObjString() const; void setGridSnap(bool bOn); void setDragStripes(bool bOn); @@ -130,7 +130,7 @@ namespace rptui */ void addSection(const css::uno::Reference< css::report::XSection >& _xSection ,const OUString& _sColorEntry - ,sal_uInt16 _nPosition = USHRT_MAX); + ,sal_uInt16 _nPosition); sal_uInt16 getSectionCount() const; diff --git a/reportdesign/source/ui/inc/ViewsWindow.hxx b/reportdesign/source/ui/inc/ViewsWindow.hxx index 8ac2f0313430..1a4cf784e526 100644 --- a/reportdesign/source/ui/inc/ViewsWindow.hxx +++ b/reportdesign/source/ui/inc/ViewsWindow.hxx @@ -129,7 +129,7 @@ namespace rptui */ void addSection(const css::uno::Reference< css::report::XSection >& _xSection ,const OUString& _sColorEntry - ,sal_uInt16 _nPosition = USHRT_MAX); + ,sal_uInt16 _nPosition); sal_uInt16 getSectionCount() const; /** return the section at the given position @@ -153,7 +153,7 @@ namespace rptui inline bool empty() const { return m_aSections.empty(); } void SetMode( DlgEdMode m_eMode ); - void SetInsertObj( sal_uInt16 eObj,const OUString& _sShapeType = OUString()); + void SetInsertObj( sal_uInt16 eObj,const OUString& _sShapeType); const OUString& GetInsertObjString() const { return m_sShapeType;} /** copies the current selection in this section */ @@ -232,7 +232,7 @@ namespace rptui /** returns the current position in the list */ - sal_uInt16 getPosition(const OSectionWindow* _pSectionWindow = nullptr) const; + sal_uInt16 getPosition(const OSectionWindow* _pSectionWindow) const; /** calls on every section BrkAction * |