summaryrefslogtreecommitdiff
path: root/sw/source/filter/xml/xmltbli.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2016-08-18 14:34:31 +0200
committerNoel Grandin <noel@peralex.com>2016-08-19 08:15:49 +0200
commita6a2b2826dbf248821147212a2ee9ecdcadd301f (patch)
tree25bd59c84e27aba2e947fd3df22409f10e106568 /sw/source/filter/xml/xmltbli.hxx
parentf97bc791b0879af3fd1bc2d1f7753ce5ffa6ac5e (diff)
loplugin:countusersofdefaultparams in sw
Change-Id: I668bfe93d77b06385544651583bcf71f6b5df2fc
Diffstat (limited to 'sw/source/filter/xml/xmltbli.hxx')
-rw-r--r--sw/source/filter/xml/xmltbli.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/filter/xml/xmltbli.hxx b/sw/source/filter/xml/xmltbli.hxx
index 04fd0b945434..980d945ea322 100644
--- a/sw/source/filter/xml/xmltbli.hxx
+++ b/sw/source/filter/xml/xmltbli.hxx
@@ -147,7 +147,7 @@ public:
void InsertColumn( sal_Int32 nWidth, bool bRelWidth,
const OUString *pDfltCellStyleName = nullptr );
- sal_Int32 GetColumnWidth( sal_uInt32 nCol, sal_uInt32 nColSpan=1UL ) const;
+ sal_Int32 GetColumnWidth( sal_uInt32 nCol, sal_uInt32 nColSpan ) const;
OUString GetColumnDefaultCellStyleName( sal_uInt32 nCol ) const;
inline sal_uInt32 GetColumnCount() const;
inline bool HasColumnDefaultCellStyleNames() const;
@@ -158,7 +158,7 @@ public:
bool IsValid() const { return m_pTableNode != nullptr; }
void InsertCell( const OUString& rStyleName,
- sal_uInt32 nRowSpan=1U, sal_uInt32 nColSpan=1U,
+ sal_uInt32 nRowSpan, sal_uInt32 nColSpan=1U,
const SwStartNode *pStNd=nullptr,
const OUString & i_rXmlId = OUString(),
SwXMLTableContext *pTable=nullptr,