summaryrefslogtreecommitdiff
path: root/vcl/win
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2022-03-24 08:08:47 +0100
committerStephan Bergmann <sbergman@redhat.com>2022-03-24 10:54:16 +0100
commit14393256231c69ed143ddede4e7532ed8faa6a88 (patch)
treef260983629bd295e70f1f706906df7583d3490ba /vcl/win
parent0d22aa485110df0ada7761e2c7930f704fbc4bfa (diff)
loplugin:external
> vcl/win/gdi/salnativewidgets-luna.cxx(399,6): error: externally available entity 'UseDarkMode' is not previously declared in an included file (if it is only used in this translation unit, make it static; otherwise, provide a declaration of it in an included file) [loplugin:external] > bool UseDarkMode() > ~~~~~^~~~~~~~~~~~~ Change-Id: Idca63c3b9f25629db31cde48bc3c975f943a25f9 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/132022 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'vcl/win')
-rw-r--r--vcl/win/gdi/salnativewidgets-luna.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/vcl/win/gdi/salnativewidgets-luna.cxx b/vcl/win/gdi/salnativewidgets-luna.cxx
index 1266c022bb89..f23ddc03eb0b 100644
--- a/vcl/win/gdi/salnativewidgets-luna.cxx
+++ b/vcl/win/gdi/salnativewidgets-luna.cxx
@@ -44,6 +44,7 @@
#include <win/svsys.h>
#include <win/salgdi.h>
#include <win/saldata.hxx>
+#include <win/salframe.h>
#include <win/scoped_gdi.hxx>
#include <win/wingdiimpl.hxx>