summaryrefslogtreecommitdiffstats
path: root/include/basegfx
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 /include/basegfx
parentUpcoming improved loplugin:staticanonymous -> redundantstatic: accessibility (diff)
downloadcore-65269c27177003f18bec5c645f7498c8a3884ecc.tar.gz
core-65269c27177003f18bec5c645f7498c8a3884ecc.zip
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 'include/basegfx')
-rw-r--r--include/basegfx/utils/rectcliptools.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/basegfx/utils/rectcliptools.hxx b/include/basegfx/utils/rectcliptools.hxx
index b1354a6cac87..af6be75bfc90 100644
--- a/include/basegfx/utils/rectcliptools.hxx
+++ b/include/basegfx/utils/rectcliptools.hxx
@@ -27,10 +27,10 @@ namespace basegfx::utils
{
namespace RectClipFlags
{
- static const sal_uInt32 LEFT = sal_Int32(0x01);
- static const sal_uInt32 RIGHT = sal_Int32(0x02);
- static const sal_uInt32 TOP = sal_Int32(0x04);
- static const sal_uInt32 BOTTOM = sal_Int32(0x08);
+ const sal_uInt32 LEFT = sal_Int32(0x01);
+ const sal_uInt32 RIGHT = sal_Int32(0x02);
+ const sal_uInt32 TOP = sal_Int32(0x04);
+ const sal_uInt32 BOTTOM = sal_Int32(0x08);
}
/** Calc clip mask for Cohen-Sutherland rectangle clip