Kaydet (Commit) 3554d0a4 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

Work around loplugin:staticmethods

(...in what appears to be work in progress code)

Change-Id: Ibc30383e7a25b642db63cf022b3fae953c8fee50
üst f45183fc
......@@ -751,6 +751,7 @@ ScOrcusStyles::protection::protection():
void ScOrcusStyles::protection::applyToItemSet(SfxItemSet& /*rSet*/) const
{
(void)this; // loplugin:staticmethods
}
ScOrcusStyles::border::border()
......@@ -759,10 +760,12 @@ ScOrcusStyles::border::border()
void ScOrcusStyles::border::applyToItemSet(SfxItemSet& /*rSet*/) const
{
(void)this; // loplugin:staticmethods
}
void ScOrcusStyles::number_format::applyToItemSet(SfxItemSet& /*rSet*/) const
{
(void)this; // loplugin:staticmethods
}
ScOrcusStyles::xf::xf():
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment