From dbe0b5aa9dc016498c623e76babcc486894d4235 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Fri, 5 Aug 2016 11:34:43 +0200 Subject: loplugin:countusersofdefaultparams in framework..lotuswordpro Change-Id: I9833d85eb6543e996b0f357657c53b1c076ecde4 Reviewed-on: https://gerrit.libreoffice.org/27898 Reviewed-by: Noel Grandin Tested-by: Noel Grandin --- framework/inc/xml/menudocumenthandler.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'framework/inc/xml') diff --git a/framework/inc/xml/menudocumenthandler.hxx b/framework/inc/xml/menudocumenthandler.hxx index 58df5bb07c2b..ce51a1d2ccc4 100644 --- a/framework/inc/xml/menudocumenthandler.hxx +++ b/framework/inc/xml/menudocumenthandler.hxx @@ -265,7 +265,7 @@ class FWE_DLLPUBLIC OWriteMenuDocumentHandler void WriteMenu( const css::uno::Reference< css::container::XIndexAccess >& rSubMenuContainer ) throw ( css::xml::sax::SAXException, css::uno::RuntimeException ); - void WriteMenuItem( const OUString& aCommandURL, const OUString& aLabel, const OUString& aHelpURL, sal_Int16 nStyle = 0 ); + void WriteMenuItem( const OUString& aCommandURL, const OUString& aLabel, const OUString& aHelpURL, sal_Int16 nStyle ); void WriteMenuSeparator(); css::uno::Reference< css::container::XIndexAccess > m_xMenuBarContainer; -- cgit