Kaydet (Commit) 63476c34 authored tarafından Noel Grandin's avatar Noel Grandin

loplugin:staticvar ignore rtfkeywd.cxx for now

Change-Id: I2bd26bcad94aa905f0c87d92b43561855409e330
üst dc946a01
...@@ -82,7 +82,9 @@ public: ...@@ -82,7 +82,9 @@ public:
|| fn == SRCDIR "/vcl/source/app/svdata.cxx" || fn == SRCDIR "/vcl/source/app/svdata.cxx"
// I tried doing this, but got very weird unit test failures, apparently sorting this table // I tried doing this, but got very weird unit test failures, apparently sorting this table
// disturbs some code elsewhere // disturbs some code elsewhere
|| fn == SRCDIR "/svx/source/unodraw/unoprov.cxx") || fn == SRCDIR "/svx/source/unodraw/unoprov.cxx"
// aRTFTokenTab is ordered by useful grouping, so let it sort at runtime
|| fn == SRCDIR "/svtools/source/svrtf/rtfkeywd.cxx")
return; return;
TraverseDecl(compiler.getASTContext().getTranslationUnitDecl()); TraverseDecl(compiler.getASTContext().getTranslationUnitDecl());
} }
......
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