Called by Path Copy Copy to know if it should honor the "Drop redundant words" setting for this plugin. In our case, the plugin description has been set by the COM plugin developer so we never want to modify it. @return Always false to indicate PCC should not drop redundant words like "copy" from plugin's description.
| 245 | // redundant words like "copy" from plugin's description. |
| 246 | // |
| 247 | bool COMPlugin::CanDropRedundantWords() const noexcept(false) |
| 248 | { |
| 249 | return false; |
| 250 | } |
| 251 | |
| 252 | // |
| 253 | // Constructor with HRESULT. |
nothing calls this directly
no outgoing calls
no test coverage detected