diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2008-08-19 21:14:32 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2008-08-19 21:14:32 +0000 |
commit | dd2d6a4cc6f342304d75a36a8caa9e88970fb884 (patch) | |
tree | 97e4702b033e2752ca1de976fbd066ca12176c51 | |
parent | 079cfba90480423eb7d258d7b712c618ef7d5b3a (diff) |
INTEGRATION: CWS aw033 (1.3.194); FILE MERGED
2008/05/14 13:44:29 aw 1.3.194.3: RESYNC: (1.4-1.5); FILE MERGED
2006/12/12 14:14:51 aw 1.3.194.2: RESYNC: (1.3-1.4); FILE MERGED
2006/10/19 10:09:30 aw 1.3.194.1: #i39532# added some missing 3d definitions for primitive representation
-rw-r--r-- | offapi/com/sun/star/geometry/makefile.mk | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/offapi/com/sun/star/geometry/makefile.mk b/offapi/com/sun/star/geometry/makefile.mk index 15e112af1820..ec9f3a3637f3 100644 --- a/offapi/com/sun/star/geometry/makefile.mk +++ b/offapi/com/sun/star/geometry/makefile.mk @@ -8,7 +8,7 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.5 $ +# $Revision: 1.6 $ # # This file is part of OpenOffice.org. # @@ -43,6 +43,7 @@ PACKAGE=com$/sun$/star$/geometry IDLFILES=\ AffineMatrix2D.idl \ + AffineMatrix3D.idl \ EllipticalArc.idl \ Matrix2D.idl \ XMapping2D.idl \ @@ -50,6 +51,7 @@ IDLFILES=\ RealBezierSegment2D.idl \ RealPoint2D.idl \ RealRectangle2D.idl \ + RealRectangle3D.idl \ RealSize2D.idl \ IntegerPoint2D.idl \ IntegerRectangle2D.idl \ |