summaryrefslogtreecommitdiff
path: root/vcl/win
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2022-03-24 08:07:55 +0100
committerStephan Bergmann <sbergman@redhat.com>2022-03-24 16:13:26 +0100
commita0202e0b8c5757c3dbb5f0938a4305fbe2db9429 (patch)
tree9c080880bc2e70254e6c3a27022a2526c3488928 /vcl/win
parent5b2238ce779c44378f0a86e498eda39f50df3542 (diff)
loplugin:external
Change-Id: I6b18a514358488ed8a03b42313c3986c2b3fc9df Reviewed-on: https://gerrit.libreoffice.org/c/core/+/132021 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'vcl/win')
-rw-r--r--vcl/win/app/salinst.cxx4
1 files changed, 4 insertions, 0 deletions
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()
{