diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2019-11-06 07:42:13 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2019-11-15 08:13:06 +0100 |
commit | 158fbb78cad97787e193cf95832fe26da69e4403 (patch) | |
tree | 63ce489df745629a119ad4142364bccd5cf8670c /include/basegfx/point | |
parent | 3c825bcc483d24bc408f7438d966c79a1f5b084c (diff) |
make some classes module-private
Change-Id: I95845d7217fc5e77e3f8e205030e9cd761ad0cc5
Reviewed-on: https://gerrit.libreoffice.org/82116
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/basegfx/point')
-rw-r--r-- | include/basegfx/point/b2ipoint.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/basegfx/point/b2ipoint.hxx b/include/basegfx/point/b2ipoint.hxx index 7a930d69eb5e..a41c8d1b4321 100644 --- a/include/basegfx/point/b2ipoint.hxx +++ b/include/basegfx/point/b2ipoint.hxx @@ -35,7 +35,7 @@ namespace basegfx @see B2ITuple */ - class SAL_WARN_UNUSED BASEGFX_DLLPUBLIC B2IPoint : public ::basegfx::B2ITuple + class SAL_WARN_UNUSED B2IPoint : public ::basegfx::B2ITuple { public: /** Create a 2D Point |