summaryrefslogtreecommitdiff
path: root/reportdesign/source/ui/inc/ReportWindow.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'reportdesign/source/ui/inc/ReportWindow.hxx')
-rw-r--r--reportdesign/source/ui/inc/ReportWindow.hxx4
1 files changed, 2 insertions, 2 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;