summaryrefslogtreecommitdiff
path: root/include/xmloff/txtimp.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2016-02-25 13:59:56 +0200
committerNoel Grandin <noel@peralex.com>2016-02-25 14:18:54 +0200
commit535aa95014b4f30ba5f06a563c35db6c98cca9d9 (patch)
treeed5373234b317b750ab766965e43ab8bbb39a28f /include/xmloff/txtimp.hxx
parentd375cafef68e8be9d0d35cbb535b8481a3913ace (diff)
loplugin:unuseddefaultparams in xmloff/
Change-Id: Ia504a4e96a4ebc8404fe6881e0f77fba29cd00ae
Diffstat (limited to 'include/xmloff/txtimp.hxx')
-rw-r--r--include/xmloff/txtimp.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/xmloff/txtimp.hxx b/include/xmloff/txtimp.hxx
index d91e3d0152dc..92f2bf976d63 100644
--- a/include/xmloff/txtimp.hxx
+++ b/include/xmloff/txtimp.hxx
@@ -707,7 +707,7 @@ public:
// forwards to TextListHelper; these are used in many places
/// push a list context on the list context stack
- void PushListContext(XMLTextListBlockContext *i_pListBlock = nullptr);
+ void PushListContext();
/// pop the list context stack
void PopListContext();