diff options
author | Armin Le Grand (Allotropia) <Armin.Le.Grand@me.com> | 2023-01-20 17:43:11 +0100 |
---|---|---|
committer | Armin Le Grand <Armin.Le.Grand@me.com> | 2023-01-21 11:23:53 +0000 |
commit | 6b6d1dc7bc402d1d966e506b91729c1c1cafb8d1 (patch) | |
tree | 081ed3c5f742605d29761009b6e6462e3ef14ff8 /include/basegfx/range/b2drange.hxx | |
parent | 25e1c1ee09a09f3c84088b233112a8ec4545f9c0 (diff) |
SDPR: Unified some stuff & moved to tooling
Added and unified usage of a helper to create primitive
sub content easily, also for visibility checking of
primitives. Some smaller cleanups, too.
Change-Id: I3c4cd3e98e62b8cf7984351dbb0b154470fd8e3c
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/145908
Tested-by: Jenkins
Reviewed-by: Armin Le Grand <Armin.Le.Grand@me.com>
Diffstat (limited to 'include/basegfx/range/b2drange.hxx')
-rw-r--r-- | include/basegfx/range/b2drange.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/basegfx/range/b2drange.hxx b/include/basegfx/range/b2drange.hxx index 3fce8df1a629..d6cd708609bc 100644 --- a/include/basegfx/range/b2drange.hxx +++ b/include/basegfx/range/b2drange.hxx @@ -125,7 +125,7 @@ namespace basegfx BASEGFX_DLLPUBLIC B2DRange& operator*=( const ::basegfx::B2DHomMatrix& rMat ); /** Get a range filled with (0.0, 0.0, 1.0, 1.0) */ - static const B2DRange& getUnitB2DRange(); + BASEGFX_DLLPUBLIC static const B2DRange& getUnitB2DRange(); }; /** Transform B2DRange by given transformation matrix (see operator*=()) |