summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThorsten Behrens <thb@openoffice.org>2004-02-16 16:03:11 +0000
committerThorsten Behrens <thb@openoffice.org>2004-02-16 16:03:11 +0000
commit4f9a1f1b4b9ec7bf3239be56864c331529cd4234 (patch)
tree641a2bb18e3f07a10b33b92fef04e1e046a750e8
parent61ab6aa48dbdfd40ca792153e6f1b975c24d1bbc (diff)
#110496# Made headers gcc-Wall clean, added some Canvas-related tooling
-rw-r--r--basegfx/inc/basegfx/curve/b2dbeziertools.hxx6
-rw-r--r--basegfx/inc/basegfx/curve/b2dcubicbezier.hxx6
-rw-r--r--basegfx/inc/basegfx/curve/b2dquadraticbezier.hxx6
-rw-r--r--basegfx/inc/basegfx/matrix/b2dhommatrix.hxx6
-rw-r--r--basegfx/inc/basegfx/matrix/b3dhommatrix.hxx6
-rw-r--r--basegfx/inc/basegfx/numeric/ftools.hxx6
-rw-r--r--basegfx/inc/basegfx/point/b2dhompoint.hxx6
-rw-r--r--basegfx/inc/basegfx/point/b2dpoint.hxx6
-rw-r--r--basegfx/inc/basegfx/point/b2ipoint.hxx6
-rw-r--r--basegfx/inc/basegfx/point/b3dhompoint.hxx6
-rw-r--r--basegfx/inc/basegfx/point/b3dpoint.hxx6
-rw-r--r--basegfx/inc/basegfx/point/b3ipoint.hxx6
-rw-r--r--basegfx/inc/basegfx/polygon/b2dpolygon.hxx6
-rw-r--r--basegfx/inc/basegfx/polygon/b2dpolygontools.hxx6
-rw-r--r--basegfx/inc/basegfx/polygon/b2dpolypolygon.hxx6
-rw-r--r--basegfx/inc/basegfx/polygon/b2dpolypolygoncutter.hxx6
-rw-r--r--basegfx/inc/basegfx/polygon/b2dpolypolygontools.hxx6
-rw-r--r--basegfx/inc/basegfx/polygon/b3dpolygon.hxx7
-rw-r--r--basegfx/inc/basegfx/polygon/b3dpolygontools.hxx6
-rw-r--r--basegfx/inc/basegfx/polygon/b3dpolypolygon.hxx6
-rw-r--r--basegfx/inc/basegfx/polygon/b3dpolypolygontools.hxx6
-rw-r--r--basegfx/inc/basegfx/range/b1drange.hxx7
-rw-r--r--basegfx/inc/basegfx/range/b1irange.hxx6
-rw-r--r--basegfx/inc/basegfx/range/b2drange.hxx7
-rw-r--r--basegfx/inc/basegfx/range/b2drectangle.hxx6
-rw-r--r--basegfx/inc/basegfx/range/b2irange.hxx6
-rw-r--r--basegfx/inc/basegfx/range/b2irectangle.hxx6
-rw-r--r--basegfx/inc/basegfx/range/b3drange.hxx7
-rw-r--r--basegfx/inc/basegfx/range/b3dvolume.hxx6
-rw-r--r--basegfx/inc/basegfx/range/b3irange.hxx6
-rw-r--r--basegfx/inc/basegfx/range/b3ivolume.hxx6
-rw-r--r--basegfx/inc/basegfx/range/basicrange.hxx6
-rw-r--r--basegfx/inc/basegfx/tuple/b2dtuple.hxx6
-rw-r--r--basegfx/inc/basegfx/tuple/b2i64tuple.hxx6
-rw-r--r--basegfx/inc/basegfx/tuple/b2ituple.hxx6
-rw-r--r--basegfx/inc/basegfx/tuple/b3dtuple.hxx6
-rw-r--r--basegfx/inc/basegfx/tuple/b3i64tuple.hxx6
-rw-r--r--basegfx/inc/basegfx/tuple/b3ituple.hxx6
-rw-r--r--basegfx/inc/basegfx/vector/b2dsize.hxx6
-rw-r--r--basegfx/inc/basegfx/vector/b2dvector.hxx6
-rw-r--r--basegfx/inc/basegfx/vector/b2isize.hxx6
-rw-r--r--basegfx/inc/basegfx/vector/b2ivector.hxx6
-rw-r--r--basegfx/inc/basegfx/vector/b3dsize.hxx6
-rw-r--r--basegfx/inc/basegfx/vector/b3dvector.hxx6
-rw-r--r--basegfx/inc/basegfx/vector/b3isize.hxx6
-rw-r--r--basegfx/inc/basegfx/vector/b3ivector.hxx6
-rw-r--r--basegfx/prj/build.lst5
-rw-r--r--basegfx/prj/d.lst3
-rw-r--r--basegfx/source/inc/hommatrixtemplate.hxx6
-rw-r--r--basegfx/source/workbench/bezierclip.hxx6
50 files changed, 154 insertions, 146 deletions
diff --git a/basegfx/inc/basegfx/curve/b2dbeziertools.hxx b/basegfx/inc/basegfx/curve/b2dbeziertools.hxx
index 954b7261641a..49d45f7f998f 100644
--- a/basegfx/inc/basegfx/curve/b2dbeziertools.hxx
+++ b/basegfx/inc/basegfx/curve/b2dbeziertools.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: b2dbeziertools.hxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: thb $ $Date: 2003-12-08 16:55:59 $
+ * last change: $Author: thb $ $Date: 2004-02-16 17:03:04 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -231,4 +231,4 @@ namespace basegfx
double angleBound );
}
-#endif // _BGFX_CURVE_B2DBEZIERTOOLS_HXX2
+#endif /* _BGFX_CURVE_B2DBEZIERTOOLS_HXX */
diff --git a/basegfx/inc/basegfx/curve/b2dcubicbezier.hxx b/basegfx/inc/basegfx/curve/b2dcubicbezier.hxx
index 85f80d5009b2..d34a3cbf6e88 100644
--- a/basegfx/inc/basegfx/curve/b2dcubicbezier.hxx
+++ b/basegfx/inc/basegfx/curve/b2dcubicbezier.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: b2dcubicbezier.hxx,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: aw $ $Date: 2004-02-12 17:11:41 $
+ * last change: $Author: thb $ $Date: 2004-02-16 17:03:04 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -119,4 +119,4 @@ namespace basegfx
};
} // end of namespace basegfx
-#endif // _BGFX_CURVE_B2DCUBICBEZIER_HXX
+#endif /* _BGFX_CURVE_B2DCUBICBEZIER_HXX */
diff --git a/basegfx/inc/basegfx/curve/b2dquadraticbezier.hxx b/basegfx/inc/basegfx/curve/b2dquadraticbezier.hxx
index 259b19cc09c5..1456c3e160cc 100644
--- a/basegfx/inc/basegfx/curve/b2dquadraticbezier.hxx
+++ b/basegfx/inc/basegfx/curve/b2dquadraticbezier.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: b2dquadraticbezier.hxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: thb $ $Date: 2004-01-16 10:33:49 $
+ * last change: $Author: thb $ $Date: 2004-02-16 17:03:04 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -106,4 +106,4 @@ namespace basegfx
};
} // end of namespace basegfx
-#endif // _BGFX_CURVE_B2DQUADRATICBEZIER_HXX
+#endif /* _BGFX_CURVE_B2DQUADRATICBEZIER_HXX */
diff --git a/basegfx/inc/basegfx/matrix/b2dhommatrix.hxx b/basegfx/inc/basegfx/matrix/b2dhommatrix.hxx
index ff00ea0cc8af..388357fc34fc 100644
--- a/basegfx/inc/basegfx/matrix/b2dhommatrix.hxx
+++ b/basegfx/inc/basegfx/matrix/b2dhommatrix.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: b2dhommatrix.hxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: thb $ $Date: 2004-01-16 10:33:49 $
+ * last change: $Author: thb $ $Date: 2004-02-16 17:03:04 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -185,4 +185,4 @@ namespace basegfx
}
} // end of namespace basegfx
-#endif // _BGFX_MATRIX_B2DHOMMATRIX_HXX
+#endif /* _BGFX_MATRIX_B2DHOMMATRIX_HXX */
diff --git a/basegfx/inc/basegfx/matrix/b3dhommatrix.hxx b/basegfx/inc/basegfx/matrix/b3dhommatrix.hxx
index 206f8ba82fa7..04109349744d 100644
--- a/basegfx/inc/basegfx/matrix/b3dhommatrix.hxx
+++ b/basegfx/inc/basegfx/matrix/b3dhommatrix.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: b3dhommatrix.hxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: thb $ $Date: 2004-01-16 10:33:50 $
+ * last change: $Author: thb $ $Date: 2004-02-16 17:03:04 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -194,4 +194,4 @@ namespace basegfx
}
} // end of namespace basegfx
-#endif // _BGFX_MATRIX_B3DHOMMATRIX_HXX
+#endif /* _BGFX_MATRIX_B3DHOMMATRIX_HXX */
diff --git a/basegfx/inc/basegfx/numeric/ftools.hxx b/basegfx/inc/basegfx/numeric/ftools.hxx
index 44627976da32..de5ff1edbbcf 100644
--- a/basegfx/inc/basegfx/numeric/ftools.hxx
+++ b/basegfx/inc/basegfx/numeric/ftools.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: ftools.hxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: thb $ $Date: 2004-01-16 10:33:52 $
+ * last change: $Author: thb $ $Date: 2004-02-16 17:03:05 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -191,4 +191,4 @@ namespace basegfx
};
} // end of namespace basegfx
-#endif _BGFX_NUMERIC_FTOOLS_HXX
+#endif /* _BGFX_NUMERIC_FTOOLS_HXX */
diff --git a/basegfx/inc/basegfx/point/b2dhompoint.hxx b/basegfx/inc/basegfx/point/b2dhompoint.hxx
index acbf6182db88..03097b60b979 100644
--- a/basegfx/inc/basegfx/point/b2dhompoint.hxx
+++ b/basegfx/inc/basegfx/point/b2dhompoint.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: b2dhompoint.hxx,v $
*
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: aw $ $Date: 2004-02-03 18:18:14 $
+ * last change: $Author: thb $ $Date: 2004-02-16 17:03:05 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -268,4 +268,4 @@ namespace basegfx
B2DHomPoint operator/(double t, const B2DHomPoint& rVec);
} // end of namespace basegfx
-#endif // _BGFX_POINT_B2DHOMPOINT_HXX
+#endif /* _BGFX_POINT_B2DHOMPOINT_HXX */
diff --git a/basegfx/inc/basegfx/point/b2dpoint.hxx b/basegfx/inc/basegfx/point/b2dpoint.hxx
index 0079b1f4f488..b632319b3d11 100644
--- a/basegfx/inc/basegfx/point/b2dpoint.hxx
+++ b/basegfx/inc/basegfx/point/b2dpoint.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: b2dpoint.hxx,v $
*
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: aw $ $Date: 2004-02-03 18:18:14 $
+ * last change: $Author: thb $ $Date: 2004-02-16 17:03:05 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -171,4 +171,4 @@ namespace basegfx
} // end of namespace basegfx
-#endif // _BGFX_POINT_B2DPOINT_HXX
+#endif /* _BGFX_POINT_B2DPOINT_HXX */
diff --git a/basegfx/inc/basegfx/point/b2ipoint.hxx b/basegfx/inc/basegfx/point/b2ipoint.hxx
index 94c0554d699c..70876842c3b8 100644
--- a/basegfx/inc/basegfx/point/b2ipoint.hxx
+++ b/basegfx/inc/basegfx/point/b2ipoint.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: b2ipoint.hxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: aw $ $Date: 2004-02-03 18:18:15 $
+ * last change: $Author: thb $ $Date: 2004-02-16 17:03:05 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -160,4 +160,4 @@ namespace basegfx
};
} // end of namespace basegfx
-#endif // _BGFX_POINT_B2IPOINT_HXX
+#endif /* _BGFX_POINT_B2IPOINT_HXX */
diff --git a/basegfx/inc/basegfx/point/b3dhompoint.hxx b/basegfx/inc/basegfx/point/b3dhompoint.hxx
index f8d2c15f08f6..a559182a9088 100644
--- a/basegfx/inc/basegfx/point/b3dhompoint.hxx
+++ b/basegfx/inc/basegfx/point/b3dhompoint.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: b3dhompoint.hxx,v $
*
- * $Revision: 1.8 $
+ * $Revision: 1.9 $
*
- * last change: $Author: aw $ $Date: 2004-02-03 18:18:15 $
+ * last change: $Author: thb $ $Date: 2004-02-16 17:03:05 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -438,4 +438,4 @@ namespace basegfx
}
} // end of namespace basegfx
-#endif // _BGFX_POINT_B3DHOMPOINT_HXX
+#endif /* _BGFX_POINT_B3DHOMPOINT_HXX */
diff --git a/basegfx/inc/basegfx/point/b3dpoint.hxx b/basegfx/inc/basegfx/point/b3dpoint.hxx
index 1a5fc0ba6d1d..4bd3bfebb760 100644
--- a/basegfx/inc/basegfx/point/b3dpoint.hxx
+++ b/basegfx/inc/basegfx/point/b3dpoint.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: b3dpoint.hxx,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: aw $ $Date: 2004-02-03 18:18:16 $
+ * last change: $Author: thb $ $Date: 2004-02-16 17:03:05 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -172,4 +172,4 @@ namespace basegfx
};
} // end of namespace basegfx
-#endif // _BGFX_POINT_B3DPOINT_HXX
+#endif /* _BGFX_POINT_B3DPOINT_HXX */
diff --git a/basegfx/inc/basegfx/point/b3ipoint.hxx b/basegfx/inc/basegfx/point/b3ipoint.hxx
index 2924984ba202..02481dedb102 100644
--- a/basegfx/inc/basegfx/point/b3ipoint.hxx
+++ b/basegfx/inc/basegfx/point/b3ipoint.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: b3ipoint.hxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: aw $ $Date: 2004-02-03 18:18:16 $
+ * last change: $Author: thb $ $Date: 2004-02-16 17:03:05 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -172,4 +172,4 @@ namespace basegfx
};
} // end of namespace basegfx
-#endif // _BGFX_POINT_B3IPOINT_HXX
+#endif /* _BGFX_POINT_B3IPOINT_HXX */
diff --git a/basegfx/inc/basegfx/polygon/b2dpolygon.hxx b/basegfx/inc/basegfx/polygon/b2dpolygon.hxx
index cd5cb71a2511..ce9101c6585e 100644
--- a/basegfx/inc/basegfx/polygon/b2dpolygon.hxx
+++ b/basegfx/inc/basegfx/polygon/b2dpolygon.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: b2dpolygon.hxx,v $
*
- * $Revision: 1.8 $
+ * $Revision: 1.9 $
*
- * last change: $Author: aw $ $Date: 2004-02-12 17:11:42 $
+ * last change: $Author: thb $ $Date: 2004-02-16 17:03:06 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -160,4 +160,4 @@ namespace basegfx
//////////////////////////////////////////////////////////////////////////////
-#endif // _BGFX_POLYGON_B2DPOLYGON_HXX
+#endif /* _BGFX_POLYGON_B2DPOLYGON_HXX */
diff --git a/basegfx/inc/basegfx/polygon/b2dpolygontools.hxx b/basegfx/inc/basegfx/polygon/b2dpolygontools.hxx
index e13d17523147..637c814c3c8f 100644
--- a/basegfx/inc/basegfx/polygon/b2dpolygontools.hxx
+++ b/basegfx/inc/basegfx/polygon/b2dpolygontools.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: b2dpolygontools.hxx,v $
*
- * $Revision: 1.9 $
+ * $Revision: 1.10 $
*
- * last change: $Author: aw $ $Date: 2004-02-03 18:18:18 $
+ * last change: $Author: thb $ $Date: 2004-02-16 17:03:06 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -220,4 +220,4 @@ namespace basegfx
} // end of namespace tools
} // end of namespace basegfx
-#endif // _BGFX_POLYGON_B2DPOLYGONTOOLS_HXX
+#endif /* _BGFX_POLYGON_B2DPOLYGONTOOLS_HXX */
diff --git a/basegfx/inc/basegfx/polygon/b2dpolypolygon.hxx b/basegfx/inc/basegfx/polygon/b2dpolypolygon.hxx
index 7a92ff274110..13ac2a51fa92 100644
--- a/basegfx/inc/basegfx/polygon/b2dpolypolygon.hxx
+++ b/basegfx/inc/basegfx/polygon/b2dpolypolygon.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: b2dpolypolygon.hxx,v $
*
- * $Revision: 1.8 $
+ * $Revision: 1.9 $
*
- * last change: $Author: aw $ $Date: 2004-02-12 17:33:42 $
+ * last change: $Author: thb $ $Date: 2004-02-16 17:03:06 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -142,4 +142,4 @@ namespace basegfx
};
} // end of namespace basegfx
-#endif // _BGFX_POLYGON_B2DPOLYPOLYGON_HXX
+#endif /* _BGFX_POLYGON_B2DPOLYPOLYGON_HXX */
diff --git a/basegfx/inc/basegfx/polygon/b2dpolypolygoncutter.hxx b/basegfx/inc/basegfx/polygon/b2dpolypolygoncutter.hxx
index 02e1872a71ba..454209abf237 100644
--- a/basegfx/inc/basegfx/polygon/b2dpolypolygoncutter.hxx
+++ b/basegfx/inc/basegfx/polygon/b2dpolypolygoncutter.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: b2dpolypolygoncutter.hxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: thb $ $Date: 2004-01-16 10:34:01 $
+ * last change: $Author: thb $ $Date: 2004-02-16 17:03:06 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -267,4 +267,4 @@ namespace basegfx
//////////////////////////////////////////////////////////////////////////////
-#endif // _BGFX_POLYGON_B2DPOLYPOLYGONCUTTER_HXX
+#endif /* _BGFX_POLYGON_B2DPOLYPOLYGONCUTTER_HXX */
diff --git a/basegfx/inc/basegfx/polygon/b2dpolypolygontools.hxx b/basegfx/inc/basegfx/polygon/b2dpolypolygontools.hxx
index 707d2bc98279..42a2263448e7 100644
--- a/basegfx/inc/basegfx/polygon/b2dpolypolygontools.hxx
+++ b/basegfx/inc/basegfx/polygon/b2dpolypolygontools.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: b2dpolypolygontools.hxx,v $
*
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: aw $ $Date: 2004-02-03 18:18:18 $
+ * last change: $Author: thb $ $Date: 2004-02-16 17:03:06 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -126,4 +126,4 @@ namespace basegfx
} // end of namespace tools
} // end of namespace basegfx
-#endif // _BGFX_POLYPOLYGON_B2DPOLYGONTOOLS_HXX
+#endif /* _BGFX_POLYPOLYGON_B2DPOLYGONTOOLS_HXX */
diff --git a/basegfx/inc/basegfx/polygon/b3dpolygon.hxx b/basegfx/inc/basegfx/polygon/b3dpolygon.hxx
index 8db419704fce..23f446cbef37 100644
--- a/basegfx/inc/basegfx/polygon/b3dpolygon.hxx
+++ b/basegfx/inc/basegfx/polygon/b3dpolygon.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: b3dpolygon.hxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: thb $ $Date: 2004-01-16 10:34:03 $
+ * last change: $Author: thb $ $Date: 2004-02-16 17:03:06 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -145,4 +145,5 @@ namespace basegfx
//////////////////////////////////////////////////////////////////////////////
-#endif // _BGFX_POLYGON_B3DPOLYGON_HXX
+
+#endif /* _BGFX_POLYGON_B3DPOLYGON_HXX */
diff --git a/basegfx/inc/basegfx/polygon/b3dpolygontools.hxx b/basegfx/inc/basegfx/polygon/b3dpolygontools.hxx
index e8d71b52197d..72e10e9012bd 100644
--- a/basegfx/inc/basegfx/polygon/b3dpolygontools.hxx
+++ b/basegfx/inc/basegfx/polygon/b3dpolygontools.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: b3dpolygontools.hxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: aw $ $Date: 2003-11-28 11:17:54 $
+ * last change: $Author: thb $ $Date: 2004-02-16 17:03:06 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -133,4 +133,4 @@ namespace basegfx
} // end of namespace tools
} // end of namespace basegfx
-#endif // _BGFX_POLYGON_B3DPOLYGONTOOLS_HXX
+#endif /* _BGFX_POLYGON_B3DPOLYGONTOOLS_HXX */
diff --git a/basegfx/inc/basegfx/polygon/b3dpolypolygon.hxx b/basegfx/inc/basegfx/polygon/b3dpolypolygon.hxx
index 875e8d431e13..c358d816c963 100644
--- a/basegfx/inc/basegfx/polygon/b3dpolypolygon.hxx
+++ b/basegfx/inc/basegfx/polygon/b3dpolypolygon.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: b3dpolypolygon.hxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: thb $ $Date: 2004-01-16 10:34:04 $
+ * last change: $Author: thb $ $Date: 2004-02-16 17:03:06 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -138,4 +138,4 @@ namespace basegfx
};
} // end of namespace basegfx
-#endif // _BGFX_POLYGON_B3DPOLYPOLYGON_HXX
+#endif /* _BGFX_POLYGON_B3DPOLYPOLYGON_HXX */
diff --git a/basegfx/inc/basegfx/polygon/b3dpolypolygontools.hxx b/basegfx/inc/basegfx/polygon/b3dpolypolygontools.hxx
index aa056975971e..f708871fbb23 100644
--- a/basegfx/inc/basegfx/polygon/b3dpolypolygontools.hxx
+++ b/basegfx/inc/basegfx/polygon/b3dpolypolygontools.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: b3dpolypolygontools.hxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: aw $ $Date: 2003-11-28 11:17:54 $
+ * last change: $Author: thb $ $Date: 2004-02-16 17:03:07 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -94,4 +94,4 @@ namespace basegfx
} // end of namespace tools
} // end of namespace basegfx
-#endif // _BGFX_POLYPOLYGON_B3DPOLYGONTOOLS_HXX
+#endif /* _BGFX_POLYPOLYGON_B3DPOLYGONTOOLS_HXX */
diff --git a/basegfx/inc/basegfx/range/b1drange.hxx b/basegfx/inc/basegfx/range/b1drange.hxx
index 538938cb1741..4866a77ea71b 100644
--- a/basegfx/inc/basegfx/range/b1drange.hxx
+++ b/basegfx/inc/basegfx/range/b1drange.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: b1drange.hxx,v $
*
- * $Revision: 1.8 $
+ * $Revision: 1.9 $
*
- * last change: $Author: aw $ $Date: 2004-01-16 14:30:00 $
+ * last change: $Author: thb $ $Date: 2004-02-16 17:03:07 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -171,4 +171,5 @@ namespace basegfx
};
} // end of namespace basegfx
-#endif // _BGFX_RANGE_B1DRANGE_HXX
+
+#endif /* _BGFX_RANGE_B1DRANGE_HXX */
diff --git a/basegfx/inc/basegfx/range/b1irange.hxx b/basegfx/inc/basegfx/range/b1irange.hxx
index b22453e80290..0a56f3fb70a4 100644
--- a/basegfx/inc/basegfx/range/b1irange.hxx
+++ b/basegfx/inc/basegfx/range/b1irange.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: b1irange.hxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: aw $ $Date: 2004-01-16 14:30:01 $
+ * last change: $Author: thb $ $Date: 2004-02-16 17:03:07 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -160,4 +160,4 @@ namespace basegfx
};
} // end of namespace basegfx
-#endif // _BGFX_RANGE_B1IRANGE_HXX
+#endif /* _BGFX_RANGE_B1IRANGE_HXX */
diff --git a/basegfx/inc/basegfx/range/b2drange.hxx b/basegfx/inc/basegfx/range/b2drange.hxx
index 419e2ffe69fb..096f75816873 100644
--- a/basegfx/inc/basegfx/range/b2drange.hxx
+++ b/basegfx/inc/basegfx/range/b2drange.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: b2drange.hxx,v $
*
- * $Revision: 1.8 $
+ * $Revision: 1.9 $
*
- * last change: $Author: aw $ $Date: 2004-01-16 14:30:01 $
+ * last change: $Author: thb $ $Date: 2004-02-16 17:03:07 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -254,4 +254,5 @@ namespace basegfx
} // end of namespace basegfx
-#endif // _BGFX_RANGE_B2DRANGE_HXX
+
+#endif /* _BGFX_RANGE_B2DRANGE_HXX */
diff --git a/basegfx/inc/basegfx/range/b2drectangle.hxx b/basegfx/inc/basegfx/range/b2drectangle.hxx
index aa9f91fbb1af..01e9ffcc1c0d 100644
--- a/basegfx/inc/basegfx/range/b2drectangle.hxx
+++ b/basegfx/inc/basegfx/range/b2drectangle.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: b2drectangle.hxx,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: thb $ $Date: 2004-01-15 19:56:27 $
+ * last change: $Author: thb $ $Date: 2004-02-16 17:03:07 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -75,4 +75,4 @@ namespace basegfx
typedef B2DRange B2DRectangle;
}
-#endif // _BGFX_RANGE_B2DRECTANGLE_HXX
+#endif /* _BGFX_RANGE_B2DRECTANGLE_HXX */
diff --git a/basegfx/inc/basegfx/range/b2irange.hxx b/basegfx/inc/basegfx/range/b2irange.hxx
index e4e2060d03df..0250345c8623 100644
--- a/basegfx/inc/basegfx/range/b2irange.hxx
+++ b/basegfx/inc/basegfx/range/b2irange.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: b2irange.hxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: aw $ $Date: 2004-01-16 14:30:02 $
+ * last change: $Author: thb $ $Date: 2004-02-16 17:03:07 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -248,4 +248,4 @@ namespace basegfx
} // end of namespace basegfx
-#endif // _BGFX_RANGE_B2IRANGE_HXX
+#endif /* _BGFX_RANGE_B2IRANGE_HXX */
diff --git a/basegfx/inc/basegfx/range/b2irectangle.hxx b/basegfx/inc/basegfx/range/b2irectangle.hxx
index 4f82a3c17042..4b19f2e1548a 100644
--- a/basegfx/inc/basegfx/range/b2irectangle.hxx
+++ b/basegfx/inc/basegfx/range/b2irectangle.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: b2irectangle.hxx,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: thb $ $Date: 2004-01-15 19:57:46 $
+ * last change: $Author: thb $ $Date: 2004-02-16 17:03:07 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -75,4 +75,4 @@ namespace basegfx
typedef B2IRange B2IRectangle;
}
-#endif // _BGFX_RANGE_B2IRECTANGLE_HXX
+#endif /* _BGFX_RANGE_B2IRECTANGLE_HXX */
diff --git a/basegfx/inc/basegfx/range/b3drange.hxx b/basegfx/inc/basegfx/range/b3drange.hxx
index d1dc82453576..38f203d24356 100644
--- a/basegfx/inc/basegfx/range/b3drange.hxx
+++ b/basegfx/inc/basegfx/range/b3drange.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: b3drange.hxx,v $
*
- * $Revision: 1.8 $
+ * $Revision: 1.9 $
*
- * last change: $Author: aw $ $Date: 2004-01-16 14:30:04 $
+ * last change: $Author: thb $ $Date: 2004-02-16 17:03:08 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -299,4 +299,5 @@ namespace basegfx
};
} // end of namespace basegfx
-#endif // _BGFX_RANGE_B3DRANGE_HXX
+
+#endif /* _BGFX_RANGE_B3DRANGE_HXX */
diff --git a/basegfx/inc/basegfx/range/b3dvolume.hxx b/basegfx/inc/basegfx/range/b3dvolume.hxx
index 80b488625e47..38dc75c8c42e 100644
--- a/basegfx/inc/basegfx/range/b3dvolume.hxx
+++ b/basegfx/inc/basegfx/range/b3dvolume.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: b3dvolume.hxx,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: aw $ $Date: 2004-01-16 14:30:04 $
+ * last change: $Author: thb $ $Date: 2004-02-16 17:03:08 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -75,4 +75,4 @@ namespace basegfx
typedef B3DRange B3DVolume;
}
-#endif // _BGFX_RANGE_B3DBOX_HXX
+#endif /* _BGFX_RANGE_B3DBOX_HXX */
diff --git a/basegfx/inc/basegfx/range/b3irange.hxx b/basegfx/inc/basegfx/range/b3irange.hxx
index 5e72987283a1..92f4aa997a27 100644
--- a/basegfx/inc/basegfx/range/b3irange.hxx
+++ b/basegfx/inc/basegfx/range/b3irange.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: b3irange.hxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: aw $ $Date: 2004-01-16 14:30:06 $
+ * last change: $Author: thb $ $Date: 2004-02-16 17:03:08 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -291,4 +291,4 @@ namespace basegfx
};
} // end of namespace basegfx
-#endif // _BGFX_RANGE_B3IRANGE_HXX
+#endif /* _BGFX_RANGE_B3IRANGE_HXX */
diff --git a/basegfx/inc/basegfx/range/b3ivolume.hxx b/basegfx/inc/basegfx/range/b3ivolume.hxx
index 9db3c57fba7a..99e7ac0e413f 100644
--- a/basegfx/inc/basegfx/range/b3ivolume.hxx
+++ b/basegfx/inc/basegfx/range/b3ivolume.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: b3ivolume.hxx,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: aw $ $Date: 2004-01-16 14:30:06 $
+ * last change: $Author: thb $ $Date: 2004-02-16 17:03:08 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -75,4 +75,4 @@ namespace basegfx
typedef B3IRange B3IBox;
}
-#endif // _BGFX_RANGE_B3IBOX_HXX
+#endif /* _BGFX_RANGE_B3IBOX_HXX */
diff --git a/basegfx/inc/basegfx/range/basicrange.hxx b/basegfx/inc/basegfx/range/basicrange.hxx
index 3a8aab0ab51c..6d2ac48ceb68 100644
--- a/basegfx/inc/basegfx/range/basicrange.hxx
+++ b/basegfx/inc/basegfx/range/basicrange.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: basicrange.hxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: aw $ $Date: 2004-01-16 14:30:06 $
+ * last change: $Author: thb $ $Date: 2004-02-16 17:03:08 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -220,4 +220,4 @@ namespace basegfx
} // end of namespace basegfx
-#endif _BGFX_RANGE_BASICRANGE_HXX
+#endif /* _BGFX_RANGE_BASICRANGE_HXX */
diff --git a/basegfx/inc/basegfx/tuple/b2dtuple.hxx b/basegfx/inc/basegfx/tuple/b2dtuple.hxx
index e83b8cfc2e7e..dc472d49bea4 100644
--- a/basegfx/inc/basegfx/tuple/b2dtuple.hxx
+++ b/basegfx/inc/basegfx/tuple/b2dtuple.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: b2dtuple.hxx,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: thb $ $Date: 2004-01-16 10:34:12 $
+ * last change: $Author: thb $ $Date: 2004-02-16 17:03:08 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -365,4 +365,4 @@ namespace basegfx
}
} // end of namespace basegfx
-#endif // _BGFX_TUPLE_B2DTUPLE_HXX
+#endif /* _BGFX_TUPLE_B2DTUPLE_HXX */
diff --git a/basegfx/inc/basegfx/tuple/b2i64tuple.hxx b/basegfx/inc/basegfx/tuple/b2i64tuple.hxx
index 64c0f539280d..aafb09ad8980 100644
--- a/basegfx/inc/basegfx/tuple/b2i64tuple.hxx
+++ b/basegfx/inc/basegfx/tuple/b2i64tuple.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: b2i64tuple.hxx,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: thb $ $Date: 2004-01-15 19:59:10 $
+ * last change: $Author: thb $ $Date: 2004-02-16 17:03:08 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -354,4 +354,4 @@ namespace basegfx
}
} // end of namespace basegfx
-#endif // _BGFX_TUPLE_B2I64TUPLE_HXX
+#endif /* _BGFX_TUPLE_B2I64TUPLE_HXX */
diff --git a/basegfx/inc/basegfx/tuple/b2ituple.hxx b/basegfx/inc/basegfx/tuple/b2ituple.hxx
index 150c0aafe41f..d68b9316cfe3 100644
--- a/basegfx/inc/basegfx/tuple/b2ituple.hxx
+++ b/basegfx/inc/basegfx/tuple/b2ituple.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: b2ituple.hxx,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: thb $ $Date: 2004-01-15 19:59:35 $
+ * last change: $Author: thb $ $Date: 2004-02-16 17:03:09 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -354,4 +354,4 @@ namespace basegfx
}
} // end of namespace basegfx
-#endif // _BGFX_TUPLE_B2ITUPLE_HXX
+#endif /* _BGFX_TUPLE_B2ITUPLE_HXX */
diff --git a/basegfx/inc/basegfx/tuple/b3dtuple.hxx b/basegfx/inc/basegfx/tuple/b3dtuple.hxx
index e40794cc41b7..394831544877 100644
--- a/basegfx/inc/basegfx/tuple/b3dtuple.hxx
+++ b/basegfx/inc/basegfx/tuple/b3dtuple.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: b3dtuple.hxx,v $
*
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: thb $ $Date: 2004-01-16 10:34:12 $
+ * last change: $Author: thb $ $Date: 2004-02-16 17:03:09 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -458,4 +458,4 @@ namespace basegfx
}
} // end of namespace basegfx
-#endif // _BGFX_TUPLE_B3DTUPLE_HXX
+#endif /* _BGFX_TUPLE_B3DTUPLE_HXX */
diff --git a/basegfx/inc/basegfx/tuple/b3i64tuple.hxx b/basegfx/inc/basegfx/tuple/b3i64tuple.hxx
index be7abc26c92b..c65ff8eab44d 100644
--- a/basegfx/inc/basegfx/tuple/b3i64tuple.hxx
+++ b/basegfx/inc/basegfx/tuple/b3i64tuple.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: b3i64tuple.hxx,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: thb $ $Date: 2004-01-15 19:59:23 $
+ * last change: $Author: thb $ $Date: 2004-02-16 17:03:09 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -391,4 +391,4 @@ namespace basegfx
}
} // end of namespace basegfx
-#endif // _BGFX_TUPLE_B3I64TUPLE_HXX
+#endif /* _BGFX_TUPLE_B3I64TUPLE_HXX */
diff --git a/basegfx/inc/basegfx/tuple/b3ituple.hxx b/basegfx/inc/basegfx/tuple/b3ituple.hxx
index 513b63158322..8b14726f6c19 100644
--- a/basegfx/inc/basegfx/tuple/b3ituple.hxx
+++ b/basegfx/inc/basegfx/tuple/b3ituple.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: b3ituple.hxx,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: thb $ $Date: 2004-01-15 19:59:49 $
+ * last change: $Author: thb $ $Date: 2004-02-16 17:03:09 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -391,4 +391,4 @@ namespace basegfx
}
} // end of namespace basegfx
-#endif // _BGFX_TUPLE_B3ITUPLE_HXX
+#endif /* _BGFX_TUPLE_B3ITUPLE_HXX */
diff --git a/basegfx/inc/basegfx/vector/b2dsize.hxx b/basegfx/inc/basegfx/vector/b2dsize.hxx
index 364db7320e9e..2a6d49950828 100644
--- a/basegfx/inc/basegfx/vector/b2dsize.hxx
+++ b/basegfx/inc/basegfx/vector/b2dsize.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: b2dsize.hxx,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: thb $ $Date: 2004-01-15 20:01:42 $
+ * last change: $Author: thb $ $Date: 2004-02-16 17:03:09 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -75,4 +75,4 @@ namespace basegfx
typedef B2DVector B2DSize;
}
-#endif // _BGFX_VECTOR_B2DSIZE_HXX
+#endif /* _BGFX_VECTOR_B2DSIZE_HXX */
diff --git a/basegfx/inc/basegfx/vector/b2dvector.hxx b/basegfx/inc/basegfx/vector/b2dvector.hxx
index 291c488ecbb4..8c29b4d5800a 100644
--- a/basegfx/inc/basegfx/vector/b2dvector.hxx
+++ b/basegfx/inc/basegfx/vector/b2dvector.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: b2dvector.hxx,v $
*
- * $Revision: 1.10 $
+ * $Revision: 1.11 $
*
- * last change: $Author: aw $ $Date: 2004-02-03 18:18:20 $
+ * last change: $Author: thb $ $Date: 2004-02-16 17:03:09 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -306,4 +306,4 @@ namespace basegfx
} // end of namespace basegfx
-#endif // _BGFX_VECTOR_B2DVECTOR_HXX
+#endif /* _BGFX_VECTOR_B2DVECTOR_HXX */
diff --git a/basegfx/inc/basegfx/vector/b2isize.hxx b/basegfx/inc/basegfx/vector/b2isize.hxx
index e8063a96575f..5971503a25ad 100644
--- a/basegfx/inc/basegfx/vector/b2isize.hxx
+++ b/basegfx/inc/basegfx/vector/b2isize.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: b2isize.hxx,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: thb $ $Date: 2004-01-15 20:02:36 $
+ * last change: $Author: thb $ $Date: 2004-02-16 17:03:09 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -75,4 +75,4 @@ namespace basegfx
typedef B2IVector B2ISize;
}
-#endif // _BGFX_VECTOR_B2ISIZE_HXX
+#endif /* _BGFX_VECTOR_B2ISIZE_HXX */
diff --git a/basegfx/inc/basegfx/vector/b2ivector.hxx b/basegfx/inc/basegfx/vector/b2ivector.hxx
index 0cd3443ce947..b3eb0612de39 100644
--- a/basegfx/inc/basegfx/vector/b2ivector.hxx
+++ b/basegfx/inc/basegfx/vector/b2ivector.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: b2ivector.hxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: aw $ $Date: 2004-02-03 18:18:20 $
+ * last change: $Author: thb $ $Date: 2004-02-16 17:03:09 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -266,4 +266,4 @@ namespace basegfx
} // end of namespace basegfx
-#endif // _BGFX_VECTOR_B2IVECTOR_HXX
+#endif /* _BGFX_VECTOR_B2IVECTOR_HXX */
diff --git a/basegfx/inc/basegfx/vector/b3dsize.hxx b/basegfx/inc/basegfx/vector/b3dsize.hxx
index e90f572d1e1a..e7ae1c6f7303 100644
--- a/basegfx/inc/basegfx/vector/b3dsize.hxx
+++ b/basegfx/inc/basegfx/vector/b3dsize.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: b3dsize.hxx,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: thb $ $Date: 2004-01-15 20:01:57 $
+ * last change: $Author: thb $ $Date: 2004-02-16 17:03:10 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -75,4 +75,4 @@ namespace basegfx
typedef B3DVector B3DSize;
}
-#endif // _BGFX_VECTOR_B3DSIZE_HXX
+#endif /* _BGFX_VECTOR_B3DSIZE_HXX */
diff --git a/basegfx/inc/basegfx/vector/b3dvector.hxx b/basegfx/inc/basegfx/vector/b3dvector.hxx
index eab5db81bd50..202245611214 100644
--- a/basegfx/inc/basegfx/vector/b3dvector.hxx
+++ b/basegfx/inc/basegfx/vector/b3dvector.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: b3dvector.hxx,v $
*
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: aw $ $Date: 2004-02-03 18:18:21 $
+ * last change: $Author: thb $ $Date: 2004-02-16 17:03:10 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -355,4 +355,4 @@ namespace basegfx
}
} // end of namespace basegfx
-#endif // _BGFX_VECTOR_B3DVECTOR_HXX
+#endif /* _BGFX_VECTOR_B3DVECTOR_HXX */
diff --git a/basegfx/inc/basegfx/vector/b3isize.hxx b/basegfx/inc/basegfx/vector/b3isize.hxx
index 9524f0b16dbf..d9038f6d587f 100644
--- a/basegfx/inc/basegfx/vector/b3isize.hxx
+++ b/basegfx/inc/basegfx/vector/b3isize.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: b3isize.hxx,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: thb $ $Date: 2004-01-15 20:02:49 $
+ * last change: $Author: thb $ $Date: 2004-02-16 17:03:10 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -75,4 +75,4 @@ namespace basegfx
typedef B3IVector B3ISize;
}
-#endif // _BGFX_VECTOR_B3ISIZE_HXX
+#endif /* _BGFX_VECTOR_B3ISIZE_HXX */
diff --git a/basegfx/inc/basegfx/vector/b3ivector.hxx b/basegfx/inc/basegfx/vector/b3ivector.hxx
index 92bd0fa38c11..dd4693627ecb 100644
--- a/basegfx/inc/basegfx/vector/b3ivector.hxx
+++ b/basegfx/inc/basegfx/vector/b3ivector.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: b3ivector.hxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: aw $ $Date: 2004-02-03 18:18:21 $
+ * last change: $Author: thb $ $Date: 2004-02-16 17:03:10 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -292,4 +292,4 @@ namespace basegfx
}
} // end of namespace basegfx
-#endif // _BGFX_VECTOR_B3DVECTOR_HXX
+#endif /* _BGFX_VECTOR_B3DVECTOR_HXX */
diff --git a/basegfx/prj/build.lst b/basegfx/prj/build.lst
index 20b8a625186b..60a212032ffb 100644
--- a/basegfx/prj/build.lst
+++ b/basegfx/prj/build.lst
@@ -1,4 +1,4 @@
-fx basegfx : sal NULL
+fx basegfx : sal offuh NULL
fx basegfx usr1 - all fx_mkout NULL
fx basegfx\inc get - all fx_inc NULL
fx basegfx\prj get - all fx_prj NULL
@@ -9,5 +9,6 @@ fx basegfx\source\point nmake - all fx_point NULL
fx basegfx\source\polygon nmake - all fx_polygon NULL
fx basegfx\source\range nmake - all fx_range NULL
fx basegfx\source\tuple nmake - all fx_tuple NULL
+fx basegfx\source\tools nmake - all fx_tools NULL
fx basegfx\source\vector nmake - all fx_vector NULL
-fx basegfx\util nmake - all fx_util fx_curve fx_matrix fx_numeric fx_point fx_polygon fx_range fx_tuple fx_vector NULL
+fx basegfx\util nmake - all fx_util fx_curve fx_matrix fx_numeric fx_point fx_polygon fx_range fx_tuple fx_tools fx_vector NULL
diff --git a/basegfx/prj/d.lst b/basegfx/prj/d.lst
index a898ab53b830..b22d2c6fe5d5 100644
--- a/basegfx/prj/d.lst
+++ b/basegfx/prj/d.lst
@@ -67,3 +67,6 @@ mkdir: %_DEST%\inc%_EXT%\basegfx\tuple
..\inc\basegfx\tuple\b3ituple.hxx %_DEST%\inc%_EXT%\basegfx\tuple\b3ituple.hxx
..\inc\basegfx\tuple\b2i64tuple.hxx %_DEST%\inc%_EXT%\basegfx\tuple\b2i64tuple.hxx
..\inc\basegfx\tuple\b3i64tuple.hxx %_DEST%\inc%_EXT%\basegfx\tuple\b3i64tuple.hxx
+
+mkdir: %_DEST%\inc%_EXT%\basegfx\tools
+..\inc\basegfx\tools\canvastools.hxx %_DEST%\inc%_EXT%\basegfx\tools\canvastools.hxx
diff --git a/basegfx/source/inc/hommatrixtemplate.hxx b/basegfx/source/inc/hommatrixtemplate.hxx
index 4c4b1ad10b07..322c62aff36c 100644
--- a/basegfx/source/inc/hommatrixtemplate.hxx
+++ b/basegfx/source/inc/hommatrixtemplate.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: hommatrixtemplate.hxx,v $
*
- * $Revision: 1.11 $
+ * $Revision: 1.12 $
*
- * last change: $Author: thb $ $Date: 2004-01-16 10:34:26 $
+ * last change: $Author: thb $ $Date: 2004-02-16 17:03:11 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -648,4 +648,4 @@ namespace basegfx
} // namespace internal
} // namespace basegfx
-#endif // _HOMMATRIX_TEMPLATE_HXX
+#endif /* _HOMMATRIX_TEMPLATE_HXX */
diff --git a/basegfx/source/workbench/bezierclip.hxx b/basegfx/source/workbench/bezierclip.hxx
index 7cb705edc075..fca6d689968b 100644
--- a/basegfx/source/workbench/bezierclip.hxx
+++ b/basegfx/source/workbench/bezierclip.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: bezierclip.hxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: thb $ $Date: 2004-01-16 10:34:41 $
+ * last change: $Author: thb $ $Date: 2004-02-16 17:03:11 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -124,4 +124,4 @@ template <typename NumType> bool tolEqual( NumType n1, NumType n2 ) { return tol
template <typename NumType> bool tolLessEqual( NumType n1, NumType n2 ) { return tolEqual(n1,n2) || n1<n2; }
template <typename NumType> bool tolGreaterEqual( NumType n1, NumType n2 ) { return tolEqual(n1,n2) || n1>n2; }
-#endif // BASEGFX_BEZIERCLIP_HXX
+#endif /* BASEGFX_BEZIERCLIP_HXX */