summaryrefslogtreecommitdiffstats
path: root/sal
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2018-10-17 15:28:08 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2018-10-18 08:04:47 +0200
commit1aafe4950c04024907076e1420ddfd02181eb278 (patch)
tree2d014582c2a5ddd5139808f20eb70fa2817f75fe /sal
parenttdf#120231 Focus to document on sidebar tabbar deck tab click (diff)
downloadcore-1aafe4950c04024907076e1420ddfd02181eb278.tar.gz
core-1aafe4950c04024907076e1420ddfd02181eb278.zip
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.cxx2
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 */