vcl/win/app/salinst.cxx |    4 ++++
 1 file changed, 4 insertions(+)

New commits:
commit a0202e0b8c5757c3dbb5f0938a4305fbe2db9429
Author:     Stephan Bergmann <sberg...@redhat.com>
AuthorDate: Thu Mar 24 08:07:55 2022 +0100
Commit:     Stephan Bergmann <sberg...@redhat.com>
CommitDate: Thu Mar 24 16:13:26 2022 +0100

    loplugin:external
    
    Change-Id: I6b18a514358488ed8a03b42313c3986c2b3fc9df
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/132021
    Tested-by: Jenkins
    Reviewed-by: Stephan Bergmann <sberg...@redhat.com>

diff --git a/vcl/win/app/salinst.cxx b/vcl/win/app/salinst.cxx
index a322046d66bf..f62d8ef7134b 100644
--- a/vcl/win/app/salinst.cxx
+++ b/vcl/win/app/salinst.cxx
@@ -346,6 +346,8 @@ bool OSSupportsDarkMode()
     return bRet;
 }
 
+namespace {
+
 enum PreferredAppMode
 {
     Default,
@@ -355,6 +357,8 @@ enum PreferredAppMode
     Max
 };
 
+}
+
 extern "C" {
 VCLPLUG_WIN_PUBLIC SalInstance* create_SalInstance()
 {

Reply via email to