summaryrefslogtreecommitdiffstats
path: root/include/editeng/itemtype.hxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2020-07-01 07:12:44 +0200
committerStephan Bergmann <sbergman@redhat.com>2020-07-01 08:37:14 +0200
commit6e6772e7739aaee09d0463ddf1be3b0c4039e1c5 (patch)
tree9f3c867352aeb99a6597e567ecf095385fa752e4 /include/editeng/itemtype.hxx
parentUpcoming improved loplugin:staticanonymous -> redundantstatic: drawinglayer (diff)
downloadcore-6e6772e7739aaee09d0463ddf1be3b0c4039e1c5.tar.gz
core-6e6772e7739aaee09d0463ddf1be3b0c4039e1c5.zip
Upcoming improved loplugin:staticanonymous -> redundantstatic: editeng
Change-Id: Ic5294dc53b1a7b6c654619cde8ef5133c222ae1a Reviewed-on: https://gerrit.libreoffice.org/c/core/+/97558 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'include/editeng/itemtype.hxx')
-rw-r--r--include/editeng/itemtype.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/editeng/itemtype.hxx b/include/editeng/itemtype.hxx
index 89666949d70c..179460b32b07 100644
--- a/include/editeng/itemtype.hxx
+++ b/include/editeng/itemtype.hxx
@@ -29,7 +29,7 @@ class Color;
class IntlWrapper;
// static and prototypes -------------------------------------------------
-static const sal_Unicode cpDelim[] = { ',' , ' ', '\0' };
+const sal_Unicode cpDelim[] = { ',' , ' ', '\0' };
EDITENG_DLLPUBLIC OUString GetMetricText( long nVal, MapUnit eSrcUnit, MapUnit eDestUnit, const IntlWrapper * pIntl );
OUString GetColorString( const Color& rCol );