sc/source/ui/view/tabview3.cxx | 1 +
1 file changed, 1 insertion(+)
New commits:
commit d7afcb0e72aaa1c8f55b6a82fa40bebc6565c283
Author: Miklos Vajna <[email protected]>
Date: Fri Oct 14 18:30:30 2016 +0200
sc: silence loplugin:staticmethods
Where it complains about one specialization, but other ones can't be
static.
Change-Id: I031ddb795914c778f363b11ba16065e2b372b381
diff --git a/sc/source/ui/view/tabview3.cxx b/sc/source/ui/view/tabview3.cxx
index 6c387bf..41a0679 100644
--- a/sc/source/ui/view/tabview3.cxx
+++ b/sc/source/ui/view/tabview3.cxx
@@ -128,6 +128,7 @@ void ScExtraEditViewManager::Apply(SfxViewShell*
pViewShell, ScSplitPos eWhich)
template<ScExtraEditViewManager::ModifierTagType ModifierTag>
void ScExtraEditViewManager::Modifier(ScGridWindow* /*pWin*/)
{
+ (void)this;
SAL_WARN("sc", "ScExtraEditViewManager::Modifier<ModifierTag>:
non-specialized version should not be invoked.");
}
_______________________________________________
Libreoffice-commits mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits