diff options
Diffstat (limited to 'xmlhelp/source/treeview/tvread.cxx')
-rw-r--r-- | xmlhelp/source/treeview/tvread.cxx | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/xmlhelp/source/treeview/tvread.cxx b/xmlhelp/source/treeview/tvread.cxx index 7c79c74de755..9410a1886757 100644 --- a/xmlhelp/source/treeview/tvread.cxx +++ b/xmlhelp/source/treeview/tvread.cxx @@ -366,10 +366,8 @@ extern "C" void start_handler(void *userData, } extern "C" void end_handler(void *userData, - const XML_Char *name ) + SAL_UNUSED_PARAMETER const XML_Char * ) { - (void)name; - TVDom **tvDom = static_cast< TVDom** >( userData ); *tvDom = (*tvDom)->getParent(); } |