diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2020-04-17 10:28:32 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2020-04-17 11:36:54 +0200 |
commit | 73a382d6ab146c49c11b86e6b6bbef3f2044cccf (patch) | |
tree | 6050658a3ba19716f98298dbe6c975bc5a1e6b76 /vcl | |
parent | 666bbf736381396647db69f97c753ffb8bddf693 (diff) |
loplugin:external (clang-cl)
Change-Id: I409509d434f5536c6f131c1330974d442e6eba57
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/92404
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/skia/win/gdiimpl.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/skia/win/gdiimpl.cxx b/vcl/skia/win/gdiimpl.cxx index 2de81c7d8f16..cb5b9c115e4f 100644 --- a/vcl/skia/win/gdiimpl.cxx +++ b/vcl/skia/win/gdiimpl.cxx @@ -110,7 +110,7 @@ bool WinSkiaSalGraphicsImpl::RenderAndCacheNativeControl(CompatibleDC& rWhite, C } #ifdef SAL_LOG_INFO -HRESULT checkResult(HRESULT hr, const char* file, size_t line) +static HRESULT checkResult(HRESULT hr, const char* file, size_t line) { if (FAILED(hr)) { |