Kaydet (Commit) 67dd4dcb authored tarafından Luboš Luňák's avatar Luboš Luňák Kaydeden (comit) Noel Grandin

blockblock clang plugin does not do rewriting

Change-Id: Iee879980d8dbaa4cdbdf8f4f5859236367f30ccb
Reviewed-on: https://gerrit.libreoffice.org/68871
Tested-by: Jenkins
Reviewed-by: 's avatarNoel Grandin <noel.grandin@collabora.co.uk>
üst 571a63d5
......@@ -20,11 +20,11 @@
namespace {
class BlockBlock:
public loplugin::FilteringRewritePlugin<BlockBlock>
public loplugin::FilteringPlugin<BlockBlock>
{
public:
explicit BlockBlock(loplugin::InstantiationData const & data):
FilteringRewritePlugin(data) {}
FilteringPlugin(data) {}
virtual void run() override
{
......
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