diff options
author | Noel Grandin <noel@peralex.com> | 2016-08-05 11:59:19 +0200 |
---|---|---|
committer | Noel Grandin <noelgrandin@gmail.com> | 2016-08-05 11:50:45 +0000 |
commit | f12476f0f61824f6bf5120d3176731b17a43b817 (patch) | |
tree | d94238485804d4937f1aaf9e68beebd52cb490e4 /sax | |
parent | 99cb0d3e68921c52311b4dce032d8d2bf39a969f (diff) |
loplugin:countusersofdefaultparams in oox..sd
Change-Id: I4504939a3957606979c6ac36af6611e1fe072d01
Reviewed-on: https://gerrit.libreoffice.org/27902
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'sax')
-rw-r--r-- | sax/source/tools/fastserializer.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sax/source/tools/fastserializer.hxx b/sax/source/tools/fastserializer.hxx index e73b4021d1cf..940bc4a39468 100644 --- a/sax/source/tools/fastserializer.hxx +++ b/sax/source/tools/fastserializer.hxx @@ -130,7 +130,7 @@ public: @param nTag debugging aid to ensure mark and merge match in LIFO order */ - void mark(sal_Int32 nTag, const Int32Sequence& rOrder = Int32Sequence()); + void mark(sal_Int32 nTag, const Int32Sequence& rOrder); /** Merge 2 topmost marks. @@ -150,7 +150,7 @@ public: @see mark() */ void mergeTopMarks(sal_Int32 nTag, - sax_fastparser::MergeMarks eMergeType = sax_fastparser::MergeMarks::APPEND); + sax_fastparser::MergeMarks eMergeType); private: /** Helper class to cache data and write in chunks to XOutputStream or ForMerge::append. |