compilerplugins/clang/sallogareas.cxx |    2 +-
 desktop/source/app/cmdlinehelp.cxx    |    1 -
 include/sal/log-areas.dox             |    1 -
 3 files changed, 1 insertion(+), 3 deletions(-)

New commits:
commit 1da035600affe1b79854f0089009c4fadd19e251
Author:     Caolán McNamara <caolan.mcnam...@collabora.com>
AuthorDate: Fri Sep 6 08:21:30 2024 +0100
Commit:     Caolán McNamara <caolan.mcnam...@collabora.com>
CommitDate: Fri Sep 6 12:25:32 2024 +0200

    drop unused eventtesting cmd line option
    
    Change-Id: I90edb80f3b414cbe0a81ecccbf1080106708a131
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/172933
    Tested-by: Jenkins
    Reviewed-by: Caolán McNamara <caolan.mcnam...@collabora.com>

diff --git a/compilerplugins/clang/sallogareas.cxx 
b/compilerplugins/clang/sallogareas.cxx
index f20c7f347e2f..d1f111c1e666 100644
--- a/compilerplugins/clang/sallogareas.cxx
+++ b/compilerplugins/clang/sallogareas.cxx
@@ -181,7 +181,7 @@ void SalLogAreas::checkArea( StringRef area, SourceLocation 
location )
                 || area == "sw.uno"
                 || area == "vcl.layout" || area == "vcl.a11y"
                 || area == "vcl.gdi.fontmetric" || area == "vcl.opengl"
-                || area == "vcl.harfbuzz" || area == "vcl.eventtesting"
+                || area == "vcl.harfbuzz"
                 || area == "vcl.schedule" || area == "vcl.unity"
                 || area == "xmlsecurity.comp"
                 )
diff --git a/desktop/source/app/cmdlinehelp.cxx 
b/desktop/source/app/cmdlinehelp.cxx
index 7fb0b3d48a1e..02b8e37a2fb1 100644
--- a/desktop/source/app/cmdlinehelp.cxx
+++ b/desktop/source/app/cmdlinehelp.cxx
@@ -113,7 +113,6 @@ namespace desktop
         "Developer arguments:                                                  
         
"
         "   --terminate_after_init                                             
         
"
         "                       Exit after initialization complete (no 
documents loaded)
"
-        "   --eventtesting      Exit after loading documents.                  
         

"
         "New document creation arguments:                                      
         
"
         "The arguments create an empty document of specified kind. Only one of 
them may 
"
         "be used in one command line. If filenames are specified after an 
argument,     
"
diff --git a/include/sal/log-areas.dox b/include/sal/log-areas.dox
index 6fffb03d7424..5fb0751cafd3 100644
--- a/include/sal/log-areas.dox
+++ b/include/sal/log-areas.dox
@@ -484,7 +484,6 @@ certain functionality.
 @li @c vcl.debugevent
 @li @c vcl.driver Graphics driver handling
 @li @c vcl.emf - EMF/EMF+ processing
-@li @c vcl.eventtesting
 @li @c vcl.filter
 @li @c vcl.filter.webp
 @li @c vcl.fonts - font-specific code

Reply via email to