summaryrefslogtreecommitdiff
path: root/sd/source/ui/annotations
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2020-07-01 21:26:45 +0200
committerStephan Bergmann <sbergman@redhat.com>2020-07-01 23:44:43 +0200
commit72fcc08ea042f660dba802f20714a7fe8e86e1a8 (patch)
tree9910ce4d7645f9fd093a60d86b6c542a4b4e96dd /sd/source/ui/annotations
parent9c6100c26a295bba568f89b2eb0ade104ddb2069 (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/annotations')
-rw-r--r--sd/source/ui/annotations/annotationtag.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/ui/annotations/annotationtag.cxx b/sd/source/ui/annotations/annotationtag.cxx
index 68a3e9a73efc..4e1cd4504791 100644
--- a/sd/source/ui/annotations/annotationtag.cxx
+++ b/sd/source/ui/annotations/annotationtag.cxx
@@ -52,7 +52,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
static OUString getInitials( const OUString& rName )
{