From 938821fb08e427864db6a10642f385bde9803f6c Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Fri, 22 Jul 2016 14:35:27 +0200 Subject: new loplugin overrideparam verify that parameters on override methods have the same set of default values for their params as their parent/super-methods do. Change-Id: Ibdbc1c6e417fbaa680ea025a6bbf5ba9c2e5bcd2 Reviewed-on: https://gerrit.libreoffice.org/27437 Tested-by: Jenkins Reviewed-by: Noel Grandin --- include/avmedia/mediaitem.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/avmedia') diff --git a/include/avmedia/mediaitem.hxx b/include/avmedia/mediaitem.hxx index f18edb6062c6..3235e36fa53a 100644 --- a/include/avmedia/mediaitem.hxx +++ b/include/avmedia/mediaitem.hxx @@ -76,7 +76,7 @@ public: SfxMapUnit eCoreUnit, SfxMapUnit ePresUnit, OUString& rText, - const IntlWrapper *pIntl ) const override; + const IntlWrapper *pIntl = nullptr ) const override; virtual bool QueryValue( css::uno::Any& rVal, sal_uInt8 nMemberId = 0 ) const override; virtual bool PutValue( const css::uno::Any& rVal, sal_uInt8 nMemberId ) override; -- cgit