diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-10-17 15:28:08 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-10-18 08:04:47 +0200 |
commit | 1aafe4950c04024907076e1420ddfd02181eb278 (patch) | |
tree | 2d014582c2a5ddd5139808f20eb70fa2817f75fe /sal | |
parent | 6626281b4a123cfb5e2c8f449b55f4acd46ee198 (diff) |
loplugin:staticvar in hwpfilter..sal
Change-Id: I8bf3509637cb295847e0dd667c1862269a192bbe
Reviewed-on: https://gerrit.libreoffice.org/61881
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sal')
-rw-r--r-- | sal/osl/unx/pipe.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sal/osl/unx/pipe.cxx b/sal/osl/unx/pipe.cxx index feeca628762f..5d80168927a1 100644 --- a/sal/osl/unx/pipe.cxx +++ b/sal/osl/unx/pipe.cxx @@ -45,7 +45,7 @@ static struct { int const errcode; oslPipeError error; -} PipeError[]= { +} const PipeError[]= { { 0, osl_Pipe_E_None }, /* no error */ { EPROTOTYPE, osl_Pipe_E_NoProtocol }, /* Protocol wrong type for socket */ { ENOPROTOOPT, osl_Pipe_E_NoProtocol }, /* Protocol not available */ |