summaryrefslogtreecommitdiff
path: root/editeng
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2016-11-11 11:33:26 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2016-11-11 12:12:22 +0200
commit1ba4bb6397e5be8f30c79371a330077829c74742 (patch)
treef2abf920c36f0a346712717d6c33e15a3ff61e69 /editeng
parentdd6ea56c028079ce80ff9fc2db43ffd35e4d8489 (diff)
loplugin:countusersofdefaultparams in editeng..rsc
Change-Id: I8a8d13faf228cbc934ae21d6763d92d370eb42ec
Diffstat (limited to 'editeng')
-rw-r--r--editeng/source/editeng/editdoc.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/editeng/source/editeng/editdoc.hxx b/editeng/source/editeng/editdoc.hxx
index 182d09f775b5..201325866c75 100644
--- a/editeng/source/editeng/editdoc.hxx
+++ b/editeng/source/editeng/editdoc.hxx
@@ -196,7 +196,7 @@ public:
CharAttribList();
~CharAttribList();
- void dumpAsXml(struct _xmlTextWriter* pWriter = nullptr) const;
+ void dumpAsXml(struct _xmlTextWriter* pWriter) const;
void DeleteEmptyAttribs( SfxItemPool& rItemPool );