From ac9ba521176c602544bf5fe1fdc1d216bfdd9849 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Tue, 22 Nov 2016 10:36:54 +0200 Subject: loplugin:countusersofdefaultparams in include/sfx2 Change-Id: I8b5e3ebbfb715d0b6aec2c4137f0ff524b63227e Reviewed-on: https://gerrit.libreoffice.org/31065 Reviewed-by: Noel Grandin Tested-by: Noel Grandin --- include/sfx2/sfxdlg.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/sfx2/sfxdlg.hxx') diff --git a/include/sfx2/sfxdlg.hxx b/include/sfx2/sfxdlg.hxx index b1ca6371665e..14e93052b5be 100644 --- a/include/sfx2/sfxdlg.hxx +++ b/include/sfx2/sfxdlg.hxx @@ -137,7 +137,7 @@ public: virtual GetTabPageRanges GetTabPageRangesFunc( sal_uInt16 nId ) = 0; virtual VclPtr CreateInsertObjectDialog( vcl::Window* pParent, const OUString& rCommand, const css::uno::Reference < css::embed::XStorage >& xStor, - const SvObjectServerList* pList = nullptr )=0; + const SvObjectServerList* pList )=0; virtual VclPtr CreateEditObjectDialog( const OUString& rCommand, const css::uno::Reference < css::embed::XEmbeddedObject >& xObj )=0; virtual VclPtr CreatePasteDialog( vcl::Window* pParent )=0; -- cgit