diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2017-01-09 15:40:36 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2017-01-09 15:40:36 +0100 |
commit | 188b3b6dfd8353a02652f21c03ff125bcca7938e (patch) | |
tree | d5a1393f2ef7b69c8dc92ab6f5a7fc168c8fda80 /svtools/source/misc | |
parent | f55079f4efa035ec556a421bd88db8aea2a0cdfb (diff) |
New loplugin:externvar: svtools
Change-Id: I2fc934db85c133f69b4e1092b50fc8e053798c4d
Diffstat (limited to 'svtools/source/misc')
-rw-r--r-- | svtools/source/misc/unitconv.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svtools/source/misc/unitconv.cxx b/svtools/source/misc/unitconv.cxx index acf65083136c..68dcb5f87b63 100644 --- a/svtools/source/misc/unitconv.cxx +++ b/svtools/source/misc/unitconv.cxx @@ -585,7 +585,7 @@ long Nothing( long nIn ) return nRet; } -FUNC_CONVERT ConvertTable[6][6] = +FUNC_CONVERT const ConvertTable[6][6] = { // CM, MM INCH POINT PICAS=32 TWIPS { Nothing, CMToMM, CMToInch, CMToPoint, CMToPica, CMToTwips }, |