Kaydet (Commit) 8ba3cb7b authored tarafından Stephan Bergmann's avatar Stephan Bergmann

Avoid loplugin:staticmethods in non-debug build

Change-Id: I41cf1baa9899a4c8af3382b0c7c047348bf3498e
üst 35ce23bd
......@@ -1426,6 +1426,8 @@ SdrUnoObj* FmFormShell::GetFormControl( const Reference< XControlModel >& _rxMod
OSL_ENSURE( !pUnoObject, "FmFormShell::GetFormControl: the given control model belongs to a wrong page (displayed elsewhere)!" );
}
}
#else
(void) this; // avoid loplugin:staticmethods
#endif
return NULL;
......
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