diff options
author | Noel Grandin <noel@peralex.com> | 2015-08-11 08:43:02 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2015-08-11 09:48:18 +0200 |
commit | 05457f3bf8fdfef2e334515424a9d6151e02b244 (patch) | |
tree | c7c4e16102fd122f751b5d01d7fe8e64184ec9a7 /xmloff/source/text/XMLAutoTextEventExport.cxx | |
parent | 8dc5f89346fa0f6820d5fd0b1ad4092168967f12 (diff) |
loplugin: defaultparams
Change-Id: I7989a91d8d67a15d3fef13391c5dbf06233f75e9
Diffstat (limited to 'xmloff/source/text/XMLAutoTextEventExport.cxx')
-rw-r--r-- | xmloff/source/text/XMLAutoTextEventExport.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmloff/source/text/XMLAutoTextEventExport.cxx b/xmloff/source/text/XMLAutoTextEventExport.cxx index c560bb109449..1497327d0d80 100644 --- a/xmloff/source/text/XMLAutoTextEventExport.cxx +++ b/xmloff/source/text/XMLAutoTextEventExport.cxx @@ -190,7 +190,7 @@ void XMLAutoTextEventExport::exportEvents() { DBG_ASSERT(hasEvents(), "no events to export!"); - GetEventExport().Export(xEvents, true); + GetEventExport().Export(xEvents); } |