summaryrefslogtreecommitdiff
path: root/basegfx/inc/basegfx/point
diff options
context:
space:
mode:
authorMathias Bauer <mba@openoffice.org>2011-02-28 17:34:42 +0100
committerBjoern Michaelsen <bjoern.michaelsen@canonical.com>2011-06-16 13:20:57 +0200
commitba450e160447eb8108ab1dd548daccf86c6435d6 (patch)
tree58849993b12e84695311b6e9d806444aeae90b53 /basegfx/inc/basegfx/point
parentbe16d6eab6472654887ca4de2477b18194d8fa9c (diff)
CWS gnumake4: some fixes for basegfx+canvas [hg:8c299b2d4484]
Diffstat (limited to 'basegfx/inc/basegfx/point')
-rw-r--r--basegfx/inc/basegfx/point/b2dpoint.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/basegfx/inc/basegfx/point/b2dpoint.hxx b/basegfx/inc/basegfx/point/b2dpoint.hxx
index dd169a549d7c..eb903fcc6681 100644
--- a/basegfx/inc/basegfx/point/b2dpoint.hxx
+++ b/basegfx/inc/basegfx/point/b2dpoint.hxx
@@ -47,7 +47,7 @@ namespace basegfx
@see B2DTuple
*/
- class BASEGFX_DLLPUBLIC B2DPoint : public ::basegfx::B2DTuple
+ class B2DPoint : public ::basegfx::B2DTuple
{
public:
/** Create a 2D Point
@@ -121,14 +121,14 @@ namespace basegfx
/** assignment operator to allow assigning the results
of B2DTuple calculations
*/
- B2DPoint& operator=( const ::basegfx::B2DTuple& rPoint );
+ BASEGFX_DLLPUBLIC B2DPoint& operator=( const ::basegfx::B2DTuple& rPoint );
/** Transform point by given transformation matrix.
The translational components of the matrix are, in
contrast to B2DVector, applied.
*/
- B2DPoint& operator*=( const ::basegfx::B2DHomMatrix& rMat );
+ BASEGFX_DLLPUBLIC B2DPoint& operator*=( const ::basegfx::B2DHomMatrix& rMat );
static const B2DPoint& getEmptyPoint()
{