From 85c758a4618d3a485f778bda5b20a8221161e399 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Tue, 24 Nov 2015 16:05:34 +0200 Subject: loplugin:unusedfields in include/sfx2/ Change-Id: I3eb27ed10e82ee56b33866ac576c1b1f8c9756b9 --- svx/source/toolbars/fontworkbar.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'svx/source/toolbars/fontworkbar.cxx') diff --git a/svx/source/toolbars/fontworkbar.cxx b/svx/source/toolbars/fontworkbar.cxx index ee0132b7b578..9d32139fafc2 100644 --- a/svx/source/toolbars/fontworkbar.cxx +++ b/svx/source/toolbars/fontworkbar.cxx @@ -168,7 +168,7 @@ void SetFontWorkShapeTypeState( SdrView* pSdrView, SfxItemSet& rSet ) // tragen wir etwas ein, was hier (hoffentlich) nie vorkommt). static SfxSlot aFontworkBarSlots_Impl[] = { - { 0, 0, 0, SfxSlotMode::NONE, 0, 0, nullptr, nullptr, nullptr, nullptr, nullptr, nullptr, 0, 0, nullptr } + { 0, 0, SfxSlotMode::NONE, 0, 0, nullptr, nullptr, nullptr, nullptr, nullptr, nullptr, 0, 0, nullptr } }; SFX_IMPL_INTERFACE(FontworkBar, SfxShell) -- cgit