summaryrefslogtreecommitdiff
path: root/l10ntools
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2016-08-05 11:34:43 +0200
committerNoel Grandin <noelgrandin@gmail.com>2016-08-05 11:51:28 +0000
commitdbe0b5aa9dc016498c623e76babcc486894d4235 (patch)
tree1e0fca749c633517410a6e2712a2e2b5504f1269 /l10ntools
parentf12476f0f61824f6bf5120d3176731b17a43b817 (diff)
loplugin:countusersofdefaultparams in framework..lotuswordpro
Change-Id: I9833d85eb6543e996b0f357657c53b1c076ecde4 Reviewed-on: https://gerrit.libreoffice.org/27898 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'l10ntools')
-rw-r--r--l10ntools/inc/export.hxx2
-rw-r--r--l10ntools/inc/xmlparse.hxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/l10ntools/inc/export.hxx b/l10ntools/inc/export.hxx
index 4984800b8a50..1273efdcd92d 100644
--- a/l10ntools/inc/export.hxx
+++ b/l10ntools/inc/export.hxx
@@ -326,7 +326,7 @@ class MergeDataFile
MergeEntrys *GetMergeEntrysCaseSensitive( ResData *pResData );
static OString CreateKey(const OString& rTYP, const OString& rGID,
- const OString& rLID, const OString& rFilename , bool bCaseSensitive = false);
+ const OString& rLID, const OString& rFilename, bool bCaseSensitive);
};
diff --git a/l10ntools/inc/xmlparse.hxx b/l10ntools/inc/xmlparse.hxx
index 8d8fe9f458d9..f3085a51603b 100644
--- a/l10ntools/inc/xmlparse.hxx
+++ b/l10ntools/inc/xmlparse.hxx
@@ -154,7 +154,7 @@ public:
XMLFile( const XMLFile& rObj ) ;
virtual ~XMLFile();
- void Print( XMLNode *pCur = nullptr, sal_uInt16 nLevel = 0 );
+ void Print( XMLNode *pCur, sal_uInt16 nLevel = 0 );
void SearchL10NElements( XMLChildNode *pCur, int pos = 0 );
void Extract();