summaryrefslogtreecommitdiff
path: root/basegfx/source
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2020-06-30 15:23:15 +0200
committerStephan Bergmann <sbergman@redhat.com>2020-06-30 18:29:32 +0200
commit65269c27177003f18bec5c645f7498c8a3884ecc (patch)
tree2a1acacc551b6174d0ae18e58827d4ae753b8d91 /basegfx/source
parent80f92c3ce3c72bf48d4b34c11537407e1a3b7a3c (diff)
Upcoming improved loplugin:staticanonymous -> redundantstatic: basegfx
Change-Id: I66b7e0fd74c7ce57cd2859e189caadb84be4d541 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/97521 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'basegfx/source')
-rw-r--r--basegfx/source/curve/b2dcubicbezier.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/basegfx/source/curve/b2dcubicbezier.cxx b/basegfx/source/curve/b2dcubicbezier.cxx
index 4fd2e33fe299..046f0cf30e17 100644
--- a/basegfx/source/curve/b2dcubicbezier.cxx
+++ b/basegfx/source/curve/b2dcubicbezier.cxx
@@ -30,7 +30,7 @@
// #i37443#
#define FACTOR_FOR_UNSHARPEN (1.6)
#ifdef DBG_UTIL
-static const double fMultFactUnsharpen = FACTOR_FOR_UNSHARPEN;
+const double fMultFactUnsharpen = FACTOR_FOR_UNSHARPEN;
#endif
namespace basegfx