diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2020-07-01 21:26:45 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2020-07-01 23:44:43 +0200 |
commit | 72fcc08ea042f660dba802f20714a7fe8e86e1a8 (patch) | |
tree | 9910ce4d7645f9fd093a60d86b6c542a4b4e96dd /sd/source/ui/animations | |
parent | 9c6100c26a295bba568f89b2eb0ade104ddb2069 (diff) |
Upcoming improved loplugin:staticanonymous -> redundantstatic: sd
Change-Id: I4a7a3771890e3b7f782954a1bdce9e55db99739c
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/97656
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'sd/source/ui/animations')
-rw-r--r-- | sd/source/ui/animations/motionpathtag.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/ui/animations/motionpathtag.cxx b/sd/source/ui/animations/motionpathtag.cxx index 75cd52b55f39..4c5226fcf8c6 100644 --- a/sd/source/ui/animations/motionpathtag.cxx +++ b/sd/source/ui/animations/motionpathtag.cxx @@ -65,7 +65,7 @@ namespace sd { const sal_uInt32 SMART_TAG_HDL_NUM = SAL_MAX_UINT32; -static const int DRGPIX = 2; // Drag MinMove in Pixel +const int DRGPIX = 2; // Drag MinMove in Pixel namespace { |