summaryrefslogtreecommitdiff
path: root/basegfx
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2008-08-19 23:01:15 +0000
committerVladimir Glazounov <vg@openoffice.org>2008-08-19 23:01:15 +0000
commitca68af5c340c5c4d3d2f92f33009365b89b0a86f (patch)
treeae20bb130f1bc5f7df94b0c0028e0cd75fd53b5b /basegfx
parent79689a667372a320180d7d001cc3e0996c0b8968 (diff)
INTEGRATION: CWS aw033 (1.6.2); FILE MERGED
2008/05/14 14:41:35 aw 1.6.2.4: RESYNC: (1.8-1.9); FILE MERGED 2008/04/16 04:51:23 aw 1.6.2.3: #i39532# moved 3D default raster converter to basegfx 2006/09/26 14:48:42 aw 1.6.2.2: RESYNC: (1.7-1.8); FILE MERGED 2005/10/28 11:23:16 aw 1.6.2.1: #i39532#
Diffstat (limited to 'basegfx')
-rw-r--r--basegfx/source/point/b2dpoint.cxx5
1 files changed, 4 insertions, 1 deletions
diff --git a/basegfx/source/point/b2dpoint.cxx b/basegfx/source/point/b2dpoint.cxx
index b0a29a2699db..e9fb1d8aea14 100644
--- a/basegfx/source/point/b2dpoint.cxx
+++ b/basegfx/source/point/b2dpoint.cxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: b2dpoint.cxx,v $
- * $Revision: 1.9 $
+ * $Revision: 1.10 $
*
* This file is part of OpenOffice.org.
*
@@ -34,6 +34,8 @@
#include <basegfx/matrix/b2dhommatrix.hxx>
#include <basegfx/numeric/ftools.hxx>
+//////////////////////////////////////////////////////////////////////////////
+
namespace basegfx
{
B2DPoint& B2DPoint::operator=( const ::basegfx::B2DTuple& rPoint )
@@ -82,4 +84,5 @@ namespace basegfx
}
} // end of namespace basegfx
+//////////////////////////////////////////////////////////////////////////////
// eof