Kaydet (Commit) 05da6e1d authored tarafından Stephan Bergmann's avatar Stephan Bergmann

-Werror,-Winconsistent-missing-override

Change-Id: I1ee901c1d8d5fcb42832e2af8e834cfd295eb627
üst d4652b5e
......@@ -121,6 +121,7 @@ public:
{ CheckRegistration( pOldValue, pNewValue ); }
// when overriding this, you MUST call SwClient::SwClientModify() in the override!
virtual void SwClientNotify( const SwModify&, const SfxHint& rHint)
SAL_OVERRIDE
{
// assuming the compiler to realize that a dynamic_cast to a final class is just a pointer compare ...
auto pLegacyHint(dynamic_cast<const sw::LegacyModifyHint*>(&rHint));
......
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