summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/geometry
diff options
context:
space:
mode:
authorKai Sommerfeld <kso@openoffice.org>2011-03-18 15:55:57 +0100
committerKai Sommerfeld <kso@openoffice.org>2011-03-18 15:55:57 +0100
commit3e396922c2926165d680e8051c3d9247ea4aaf78 (patch)
treeef160de849294631f8a13e8f55a6494f272c71a7 /offapi/com/sun/star/geometry
parent0461d179dddc2caab6315e6f7ec7bb3804dd017a (diff)
#i117329# - Publishing of UNO types, 4th wave.
Diffstat (limited to 'offapi/com/sun/star/geometry')
-rw-r--r--offapi/com/sun/star/geometry/AffineMatrix2D.idl2
-rw-r--r--offapi/com/sun/star/geometry/IntegerSize2D.idl2
-rw-r--r--offapi/com/sun/star/geometry/Matrix2D.idl2
-rw-r--r--offapi/com/sun/star/geometry/RealBezierSegment2D.idl2
-rw-r--r--offapi/com/sun/star/geometry/RealPoint2D.idl2
-rw-r--r--offapi/com/sun/star/geometry/RealRectangle2D.idl2
-rw-r--r--offapi/com/sun/star/geometry/RealSize2D.idl2
-rw-r--r--offapi/com/sun/star/geometry/XMapping2D.idl2
8 files changed, 8 insertions, 8 deletions
diff --git a/offapi/com/sun/star/geometry/AffineMatrix2D.idl b/offapi/com/sun/star/geometry/AffineMatrix2D.idl
index 2a6c65459c4d..5162db83a75b 100644
--- a/offapi/com/sun/star/geometry/AffineMatrix2D.idl
+++ b/offapi/com/sun/star/geometry/AffineMatrix2D.idl
@@ -67,7 +67,7 @@ module com { module sun { module star { module geometry {
@since OOo 2.0
*/
-struct AffineMatrix2D
+published struct AffineMatrix2D
{
/// The top, left matrix entry.
double m00;
diff --git a/offapi/com/sun/star/geometry/IntegerSize2D.idl b/offapi/com/sun/star/geometry/IntegerSize2D.idl
index cf3e1a215adb..0f41d2d6a147 100644
--- a/offapi/com/sun/star/geometry/IntegerSize2D.idl
+++ b/offapi/com/sun/star/geometry/IntegerSize2D.idl
@@ -35,7 +35,7 @@ module com { module sun { module star { module geometry {
@since OOo 2.0
*/
-struct IntegerSize2D
+published struct IntegerSize2D
{
/// Amount of space occupied in the x direction.
long Width;
diff --git a/offapi/com/sun/star/geometry/Matrix2D.idl b/offapi/com/sun/star/geometry/Matrix2D.idl
index d0e8bf357f2a..7d96b7d2af0b 100644
--- a/offapi/com/sun/star/geometry/Matrix2D.idl
+++ b/offapi/com/sun/star/geometry/Matrix2D.idl
@@ -70,7 +70,7 @@ module com { module sun { module star { module geometry {
@since OOo 2.0
*/
-struct Matrix2D
+published struct Matrix2D
{
/// The top, left matrix entry.
double m00;
diff --git a/offapi/com/sun/star/geometry/RealBezierSegment2D.idl b/offapi/com/sun/star/geometry/RealBezierSegment2D.idl
index 6ec7e1b8b83d..83180b1ae4ee 100644
--- a/offapi/com/sun/star/geometry/RealBezierSegment2D.idl
+++ b/offapi/com/sun/star/geometry/RealBezierSegment2D.idl
@@ -43,7 +43,7 @@ module com { module sun { module star { module geometry {
@see com.sun.star.rendering.XBezierPolyPolygon2D
@since OOo 2.0
*/
-struct RealBezierSegment2D
+published struct RealBezierSegment2D
{
/// The x coordinate of the start point.
double Px;
diff --git a/offapi/com/sun/star/geometry/RealPoint2D.idl b/offapi/com/sun/star/geometry/RealPoint2D.idl
index 1ac34b7a380e..4f9b0fbc8e9f 100644
--- a/offapi/com/sun/star/geometry/RealPoint2D.idl
+++ b/offapi/com/sun/star/geometry/RealPoint2D.idl
@@ -36,7 +36,7 @@ module com { module sun { module star { module geometry {
@since OOo 2.0
*/
-struct RealPoint2D
+published struct RealPoint2D
{
/// The x coordinate of the point.
double X;
diff --git a/offapi/com/sun/star/geometry/RealRectangle2D.idl b/offapi/com/sun/star/geometry/RealRectangle2D.idl
index 39cd783f3c08..52e113046e50 100644
--- a/offapi/com/sun/star/geometry/RealRectangle2D.idl
+++ b/offapi/com/sun/star/geometry/RealRectangle2D.idl
@@ -47,7 +47,7 @@ module com { module sun { module star { module geometry {
@since OOo 2.0
*/
-struct RealRectangle2D
+published struct RealRectangle2D
{
/// X coordinate of upper left corner .
double X1;
diff --git a/offapi/com/sun/star/geometry/RealSize2D.idl b/offapi/com/sun/star/geometry/RealSize2D.idl
index dab80a5c7deb..a01fa5bd96db 100644
--- a/offapi/com/sun/star/geometry/RealSize2D.idl
+++ b/offapi/com/sun/star/geometry/RealSize2D.idl
@@ -35,7 +35,7 @@ module com { module sun { module star { module geometry {
@since OOo 2.0
*/
-struct RealSize2D
+published struct RealSize2D
{
/// Amount of space occupied in the x direction.
double Width;
diff --git a/offapi/com/sun/star/geometry/XMapping2D.idl b/offapi/com/sun/star/geometry/XMapping2D.idl
index 1d2465d91f8e..a9a458579ab9 100644
--- a/offapi/com/sun/star/geometry/XMapping2D.idl
+++ b/offapi/com/sun/star/geometry/XMapping2D.idl
@@ -50,7 +50,7 @@ module com { module sun { module star { module geometry {
@since OOo 2.0
*/
-interface XMapping2D : ::com::sun::star::uno::XInterface
+published interface XMapping2D : ::com::sun::star::uno::XInterface
{
/** Forward 2D mapping function
*/