[Libreoffice-commits] core.git: sw/source
Maxim Monastirsky
momonasmon at gmail.com
Mon Feb 6 22:55:36 UTC 2017
sw/source/uibase/app/docst.cxx | 2 ++
1 file changed, 2 insertions(+)
New commits:
commit f1552a48c3ae84bd33ebb390de14a71ba7de0a26
Author: Maxim Monastirsky <momonasmon at gmail.com>
Date: Tue Feb 7 00:53:48 2017 +0200
Silence "Invalid SlotId" warnings
Change-Id: I7c3742fc94ef587526e4f6079c4f7aa245a0c116
diff --git a/sw/source/uibase/app/docst.cxx b/sw/source/uibase/app/docst.cxx
index a624f1b..f83924f 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");
}
More information about the Libreoffice-commits
mailing list