summaryrefslogtreecommitdiff
path: root/svx/source/dialog/dlgctl3d.cxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2020-07-02 08:11:54 +0200
committerStephan Bergmann <sbergman@redhat.com>2020-07-02 09:23:04 +0200
commit13c4a795aa42250a31977068a3fbb2dc5162e443 (patch)
tree5971f6c9d4b2fcc3bbf85d69565930091d1d5c7e /svx/source/dialog/dlgctl3d.cxx
parent42f7b3605351a9026f2ce6e4a71cba0444b06569 (diff)
Upcoming improved loplugin:staticanonymous -> redundantstatic: svx
Change-Id: I6f4b927f9c869925825cc83cc36f0494d06c8faa Reviewed-on: https://gerrit.libreoffice.org/c/core/+/97698 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'svx/source/dialog/dlgctl3d.cxx')
-rw-r--r--svx/source/dialog/dlgctl3d.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/dialog/dlgctl3d.cxx b/svx/source/dialog/dlgctl3d.cxx
index 2a2e58dab8bd..fd96aaf68df0 100644
--- a/svx/source/dialog/dlgctl3d.cxx
+++ b/svx/source/dialog/dlgctl3d.cxx
@@ -242,7 +242,7 @@ void Svx3DPreviewControl::Set3DAttributes( const SfxItemSet& rAttr )
#define NO_LIGHT_SELECTED (0xffffffff)
#define MAX_NUMBER_LIGHTS (8)
-static const sal_Int32 g_nInteractionStartDistance = 5 * 5 * 2;
+const sal_Int32 g_nInteractionStartDistance = 5 * 5 * 2;
Svx3DLightControl::Svx3DLightControl()
: maChangeCallback(),