diff options
author | Caolán McNamara <caolanm@redhat.com> | 2021-06-17 10:04:22 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2021-06-17 14:00:33 +0200 |
commit | 013bbc129774686d959878fb27d851bf2ea129b4 (patch) | |
tree | af99ab83ff262d52ea492a7a85f8a09325ac8257 /compilerplugins | |
parent | f252223140b040a1ad76f87fce27448bd24848b8 (diff) |
split NotifyingLayout out
Change-Id: Ib706331f9e6b3749559a0b78f1a07d442a674829
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/117369
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'compilerplugins')
-rw-r--r-- | compilerplugins/clang/reservedid.cxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/compilerplugins/clang/reservedid.cxx b/compilerplugins/clang/reservedid.cxx index 7ac340da282a..9927e9c50307 100644 --- a/compilerplugins/clang/reservedid.cxx +++ b/compilerplugins/clang/reservedid.cxx @@ -209,8 +209,7 @@ bool ReservedId::VisitNamedDecl(NamedDecl const * decl) { && s != "_GstVideoOverlay" // avmedia/source/gstreamer/gstplayer.hxx && s != "_Module" // extensions/source/activex/StdAfx2.h, CComModule - && s != "_NotifyingLayout" // vcl/unx/gtk3/gtkinst.cxx - && s != "_NotifyingLayoutClass" // vcl/unx/gtk3/gtkinst.cxx + && s != "_NotifyingLayout" // vcl/unx/gtk4/notifyinglayout.cxx && s != "_SurfacePaintable" // vcl/unx/gtk3/gtkinst.cxx && s != "_SurfacePaintableClass" // vcl/unx/gtk3/gtkinst.cxx && s != "_XRegion" // vcl/unx/generic/gdi/x11cairotextrender.cxx |