From f1552a48c3ae84bd33ebb390de14a71ba7de0a26 Mon Sep 17 00:00:00 2001 From: Maxim Monastirsky Date: Tue, 7 Feb 2017 00:53:48 +0200 Subject: [PATCH] Silence "Invalid SlotId" warnings Change-Id: I7c3742fc94ef587526e4f6079c4f7aa245a0c116 --- sw/source/uibase/app/docst.cxx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sw/source/uibase/app/docst.cxx b/sw/source/uibase/app/docst.cxx index a624f1bf7aa3..f83924f7c6ec 100644 --- a/sw/source/uibase/app/docst.cxx +++ b/sw/source/uibase/app/docst.cxx @@ -271,6 +271,8 @@ void SwDocShell::StateStyleSheet(SfxItemSet& rSet, SwWrtShell* pSh) // Just trigger ClassificationCategoriesController::statusChanged(). rSet.InvalidateItem(nWhich); break; + case SID_STYLE_EDIT: + break; default: OSL_FAIL("Invalid SlotId"); }