summaryrefslogtreecommitdiff
path: root/basegfx/inc/basegfx/point
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 /basegfx/inc/basegfx/point
parent61ab6aa48dbdfd40ca792153e6f1b975c24d1bbc (diff)
#110496# Made headers gcc-Wall clean, added some Canvas-related tooling
Diffstat (limited to 'basegfx/inc/basegfx/point')
-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
6 files changed, 18 insertions, 18 deletions
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 */